Web Developer Form Filler
This extension is used by developers to make it easy to fill forms
Co to jest Web Developer Form Filler?
Web Developer Form Filler to rozszerzenie Chrome opracowane przez formfiller, a jego główną funkcją jest „This extension is used by developers to make it easy to fill forms”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Web Developer Form Filler
Pobierz pliki rozszerzeń Web Developer Form Filler w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Е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
Podstawowe informacje o rozszerzeniu
Nazwa | Web Developer Form Filler |
ID | gbagmkohmhcjgbepncmehejaljoclpil |
Oficjalny URL | https://chromewebstore.google.com/detail/web-developer-form-filler/gbagmkohmhcjgbepncmehejaljoclpil |
Opis | This extension is used by developers to make it easy to fill forms |
Rozmiar pliku | 109 KB |
Liczba instalacji | 33,293 |
Aktualna Wersja | 1.0.13.1 |
Ostatnia Aktualizacja | 2021-07-29 |
Data Publikacji | 2017-03-16 |
Ocena | 4.30/5 Łącznie 149 Oceny |
Deweloper | formfiller |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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 } |