EasyFiller - Automatic Form Filler
Automatically complete forms with multiple data sets
What is EasyFiller - Automatic Form Filler?
EasyFiller - Automatic Form Filler is a Chrome extension developed by https://easyfiller.softr.app, and its main feature is "Automatically complete forms with multiple data sets".
Extension Screenshots
Download EasyFiller - Automatic Form Filler Extension CRX File
Download EasyFiller - Automatic Form Filler extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
EasyFiller is a Chrome extension that automates the process of filling out online forms. It saves time and reduces errors by populating forms with multiple datasets of information that you create. This is particularly useful for people who fill out similar forms repeatedly or who need to enter the same information on multiple websites. With EasyFiller, you no longer have to manually enter the same information over and over again, which can be tedious and time-consuming. Instead, you can easily select the appropriate dataset and have the extension automatically populate the online form with the corresponding information, making your online form-filling experience more efficient and hassle-free.
Extension Basic Information
Name | EasyFiller - Automatic Form Filler |
ID | oaphggcbnpminjffkjgldfepehcdjndp |
Official URL | https://chromewebstore.google.com/detail/easyfiller-automatic-form/oaphggcbnpminjffkjgldfepehcdjndp |
Description | Automatically complete forms with multiple data sets |
File Size | 54.56 KB |
Installation Count | 451 |
Current Version | 1.3.0 |
Last Updated | 2023-08-06 |
Publish Date | 2023-04-05 |
Rating | 4.00/5 Total 4 Ratings |
Developer | https://easyfiller.softr.app |
[email protected] | |
Payment Type | in_app |
Extension Website | https://easyfiller.softr.app/ |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "EasyFiller - Automatic Form Filler", "description": "Automatically complete forms with multiple data sets", "version": "1.3.0", "action": { "default_popup": "index.html" }, "permissions": [ "storage", "scripting", "activeTab", "unlimitedStorage" ], "icons": { "16": "icon_16.png", "32": "icon_32.png", "48": "icon_48.png", "128": "icon_128.png" } } |