smart-autofill is a Google Chrome Extension which fills various address forms automatically.
It is not published in Chrome Web Store yet and settings are very simple now.
cd /path/to/project
edit secret.ts # refer to secret_example.ts
yarn
yarn build
Then Chrome Extension is generated and upload it on your Google Chrome.
- Go to chrome://extensions on Google Chrome
- Enable Developer Mode
- Click "LOAD UNPACKED"
- Select "dist" directory
Just click Extension Icon when you visit a website with address form.
- Add settings page
- Improve accuracy
- i.e. use machine learning
- Publish in Chrome Web Store
- Input sign-up forms including name, email, etc.