Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.
/ FormFiller Public archive

This project aims to fill forms while being offline.

License

Notifications You must be signed in to change notification settings

Alystrasz/FormFiller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Form Filler

This project aims to fill forms while being offline.

Packaging

Packaging tools are under tools folder

In order to build the extension, just go into tools and run the following commands

npm install
make   

You will find each packages under tools/out folder

For Chrome

make chrome

For Firefox

make firefox

Installing (Dev)

On Chrome

Visit chrome://extensions, activate the Developer mode (at the top of the page), click the first button, then select the project folder, and that's it.

Note: Do not worry if you have warnings while installing, it's because of compatibility issues between browsers.

On Firefox

Visit about:debugging, click the Load Temporary Add-on button, and select the manifest.json file, in the project folder. You're good to go!

Note: If you have errors, visit about:config and invert the value of the key xpinstall.signatures.required.

Authors

Under the supervision of Samuel Hym.


Using

Extension pop-up

Download forms

Simply open the extension, and click the "Select forms" button. You're now in selection mode; from there, you can:

  • access to a form fields selection, and choose the inputs you want to download, by left-clicking the concerned form;

Extension context-menu

  • automatically scroll to a form or quit the mode, using the context menu reachable by right-clicking anywhere on the page.

Fill forms

  1. Open the extension, and click the "Import form" button.
  2. Select the file you want to import.
  3. The extension automatically fills the form, according to your data.

About

This project aims to fill forms while being offline.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published