This document provides instructions for installing the Web Extension on various browsers.
- Download the extension package: Clone the project and run
bun run build
. The package will be created inbuild/
directory. - Open Mozilla Firefox and navigate to about:debugging: Enter
about:debugging
in the address bar of Firefox and press Enter. - Load the extension: Click on the "This Firefox" button in the upper right corner of the screen, then select "Load Temporary Add-on..." from the dropdown menu.
- Select the extension package: Navigate to the folder where you downloaded the extension package and select the
manifest.json
file. - Confirm installation: You should now see the extension added to the list of installed extensions.
- Download the extension package: Clone the project and run
bun run build
. The package will be created inbuild/
directory. - Open Google Chrome and navigate to chrome://extensions: Enter
chrome://extensions
in the address bar of Chrome and press Enter. - Enable Developer Mode: Toggle the switch in the upper right corner of the screen to enable Developer Mode.
- Load the extension: Click on the "Load unpacked" button in the upper left corner of the screen.
- Select the extension package: Navigate to the folder where you downloaded the extension package and select it.
- Confirm installation: You should now see the extension added to the list of installed extensions.
- Download the extension package: Clone the project and run
bun run build
. The package will be created inbuild/
directory. - Open Microsoft Edge and navigate to edge://extensions/: Enter
edge://extensions/
in the address bar of Edge and press Enter. - Enable Developer Mode: Toggle the switch in the lower left corner of the screen to enable Developer Mode.
- Load the extension: Click on the "Load unpacked" button in the lower left corner of the screen.
- Select the extension package: Navigate to the folder where you downloaded the extension package and select it.
- Confirm installation: You should now see the extension added to the list of installed extensions.
Once the extension is installed, you can start using it immediately. Open any google form link in the browser and check the magic of docFiller auto-filling all forms by default. The specific functionality of the extension will depend on its purpose, so please refer to its documentation for more information.
QType | detectBoxType | questionExtractorEngine | FieldExtractorEngine | promptEngine | gptEngine | parserEngine | fillerEngine |
---|---|---|---|---|---|---|---|
DROPDOWN | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ |
TEXT | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ |
PARAGRAPH | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ |
TEXT_EMAIL | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ |
TEXT_URL | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ |
MULTI_CORRECT | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ |
MULTI_CORRECT_WITH_OTHER | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ |
MULTIPLE_CHOICE | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ |
MULTIPLE_CHOICE_WITH_OTHER | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ |
MULTIPLE_CHOICE_GRID | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ |
CHECKBOX_GRID | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ |
DATE | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ |
DATE_AND_TIME | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ |
TIME | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ |
DURATION | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ |
DATE_WITHOUT_YEAR | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ |
DATE_TIME_WITHOUT_YEAR | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ |
DATE_TIME_WITH_MERIDIEM | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ |
TIME_WITH_MERIDIEM | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ |
DATE_TIME_WITH_MERIDIEM_WITHOUT_YEAR | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ |
LINEAR_SCALE | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ |
Legend:
- ✅ = Supported
- ❌ = Not Implemented yet