EasyForm AutoFill
Auto fill in your form using your saved information
Was ist EasyForm AutoFill?
EasyForm AutoFill ist eine Chrome-Erweiterung, die von GX entwickelt wurde, und ihr Hauptmerkmal ist "Auto fill in your form using your saved information".
Erweiterungsscreenshots
EasyForm AutoFill-Erweiterungs-CRX-Datei herunterladen
Laden Sie EasyForm AutoFill-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
You can save your form content by pressing "SAVE" button, and using "FILL IN" button to set the value you saved
Grundlegende Informationen zur Erweiterung
Name | EasyForm AutoFill |
ID | kamomdgnokpnbalmfgnmhbhkhkiihbbb |
Offizielle URL | https://chromewebstore.google.com/detail/easyform-autofill/kamomdgnokpnbalmfgnmhbhkhkiihbbb |
Beschreibung | Auto fill in your form using your saved information |
Dateigröße | 207 KB |
Installationsanzahl | 7,677 |
Aktuelle Version | 1.2.3 |
Letztes Update | 2023-12-07 |
Veröffentlichungsdatum | 2019-01-03 |
Bewertung | 3.35/5 Insgesamt 23 Bewertungen |
Entwickler | GX |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "EasyForm AutoFill", "description": "Auto fill in your form using your saved information", "version": "1.2.3", "permissions": [ "storage", "scripting", "tabs" ], "host_permissions": [ "https:\/\/*\/", "http:\/\/*\/" ], "icons": { "48": ".\/icons\/icon-form48.png", "128": ".\/icons\/icon-form128.png" }, "action": { "default_icon": { "48": ".\/icons\/icon-form48.png", "128": ".\/icons\/icon-form128.png" }, "default_title": "EasyForm AutoFill", "default_popup": "index.html" }, "background": { "service_worker": ".\/static\/js\/background.js" } } |