Web Developer Form Filler
This extension is used by developers to make it easy to fill forms
Cos'è Web Developer Form Filler?
Web Developer Form Filler è un'estensione di Chrome sviluppata da formfiller, e la sua funzione principale è "This extension is used by developers to make it easy to fill forms".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Web Developer Form Filler
Scarica i file di estensione Web Developer Form Filler in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Еxtension allows to automatically fill forms for the purpose of testing. You can store multiple presets of values for any paga separately and trigger them using a hotkey
Informazioni di Base sull'Estensione
Nome | Web Developer Form Filler |
ID | gbagmkohmhcjgbepncmehejaljoclpil |
URL Ufficiale | https://chromewebstore.google.com/detail/web-developer-form-filler/gbagmkohmhcjgbepncmehejaljoclpil |
Descrizione | This extension is used by developers to make it easy to fill forms |
Dimensione del File | 109 KB |
Conteggio Installazioni | 33,293 |
Versione Corrente | 1.0.13.1 |
Ultimo Aggiornamento | 2021-07-29 |
Data di Pubblicazione | 2017-03-16 |
Valutazione | 4.30/5 Totale 149 Valutazioni |
Sviluppatore | formfiller |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "javascripts\/jquery-1.9.1.min.js", "javascripts\/deserialize.js", "javascripts\/content_script.js", "javascripts\/mousetrap.min.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/*" ], "run_at": "document_start" } ], "name": "Web Developer Form Filler", "version": "1.0.13.1", "icons": { "16": "images\/16.png", "48": "images\/48.png", "128": "images\/128.png" }, "description": "This extension is used by developers to make it easy to fill forms", "browser_action": { "default_icon": "images\/48.png", "default_title": "Web Developer Form Filler", "default_popup": "popup.html" }, "background": { "page": "background.html" }, "permissions": [ "activeTab", "http:\/\/*\/", "https:\/\/*\/" ], "manifest_version": 2 } |