https://github.com/nextpointer/appifill
A simple autofill chrome extension
https://github.com/nextpointer/appifill
autofill chrome extension react
Last synced: about 2 months ago
JSON representation
A simple autofill chrome extension
- Host: GitHub
- URL: https://github.com/nextpointer/appifill
- Owner: nextpointer
- License: mit
- Created: 2025-07-26T10:11:07.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-07-26T23:07:05.000Z (11 months ago)
- Last Synced: 2025-08-08T23:42:42.719Z (11 months ago)
- Topics: autofill, chrome, extension, react
- Language: TypeScript
- Homepage:
- Size: 521 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AppiFill π
**AppiFill** is a simple Chrome Extension that helps you **autofill job application forms** effortlessly.
Fill out your profile **once** in the extension, and AppiFill will store your data **locally in your browser**, then automatically fill matching fields when you apply for jobs online β all while keeping your information **100% client-side**.
---
## β¨ Key Features
- ποΈ **Fill Once, Apply Anywhere**
Save your job application details (name, email, phone, cover letter, etc.) in a secure local store.
- π **Fully Client-Side**
No servers, no tracking β your data lives only in your browser using Chromeβs secure `chrome.storage.local`.
- β‘ **Automatic Autofill**
When you open job portals, AppiFill detects matching form fields and pre-fills them β you can still edit them manually anytime.
---
## π Tech Stack
- [Bun](https://bun.sh/) β for super-fast JS runtime & bundling
- [React](https://react.dev/) β for the popup form UI
- [Chrome Extension APIs](https://developer.chrome.com/docs/extensions/) β for secure local storage and content scripts
---
## π¦ How to Install & Use Locally
> β οΈ **Note:** *AppiFill* is not yet available on the Chrome Web Store.
> But you can easily run it **locally** by loading the extension manually.
---
### β
1οΈβ£ Setup the Project
1. **Clone the repo**
```bash
git clone https://github.com/nextpointer/appifill.git
cd appifill
```
2. **Install [Bun](https://bun.sh/)** (if not installed)
```bash
curl -fsSL https://bun.sh/install | bash
```
Or use Homebrew (macOS):
```bash
brew install bun
```
3. **Install dependencies**
```bash
bun install
```
---
### βοΈ 2οΈβ£ Build the Extension
Run the build command to generate the final `dist/` folder:
```bash
bun run build
```
---
### π 3οΈβ£ Load the Extension in Chrome
1. Open Chrome and navigate to `chrome://extensions`.
2. Toggle **Developer Mode** (top right).
3. Click **Load unpacked**.
4. Select your projectβs `dist/` folder.
Thatβs it! AppiFill is now active in your Chrome extensions β pin it for easy access.
---
### π How to Use
- Click the AppiFill icon β Fill out your job profile.
- Visit any job application website.
- *AppiFill* automatically fills matching fields for you.
- You can edit any field before submitting.
---
## π License
MIT β feel free to fork & improve!
---
β **Contributions welcome!** If youβd like to add more smart field matchers or improvements, open an issue or PR.
π *Thanks for trying **AppiFill** ! Happy job hunting!* π