EasyFiller - Automatic Form Filler
Automatically complete forms with multiple data sets
Hvad er EasyFiller - Automatic Form Filler?
EasyFiller - Automatic Form Filler er en Chrome-udvidelse udviklet af https://easyfiller.softr.app, og dens hovedfunktion er "Automatically complete forms with multiple data sets".
Udvidelsesskærmbilleder
Download EasyFiller - Automatic Form Filler-udvidelses-CRX-fil
Download EasyFiller - Automatic Form Filler-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | EasyFiller - Automatic Form Filler |
ID | oaphggcbnpminjffkjgldfepehcdjndp |
Officiel URL | https://chromewebstore.google.com/detail/easyfiller-automatic-form/oaphggcbnpminjffkjgldfepehcdjndp |
Beskrivelse | Automatically complete forms with multiple data sets |
Filstørrelse | 54.56 KB |
Antal Installationer | 451 |
Nuværende Version | 1.3.0 |
Senest Opdateret | 2023-08-06 |
Udgivelsesdato | 2023-04-05 |
Bedømmelse | 4.00/5 Samlet 4 Bedømmelser |
Udvikler | https://easyfiller.softr.app |
[email protected] | |
Betalingsmetode | in_app |
Udvidelseswebsted | https://easyfiller.softr.app/ |
Understøttede Sprog | 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" } } |