Form Filler
Automatically fill the form on the website.
Co to jest Form Filler?
Form Filler to rozszerzenie Chrome opracowane przez green3rd, a jego główną funkcją jest „Automatically fill the form on the website.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Form Filler
Pobierz pliki rozszerzeń 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
This extension is to fill the input box on any form automatically. Its purpose is to fill the valid input to the form such as expired data, birthdate. If you found that the data it filled doesn't correct, please send a message to me. I'm more than happy to fix that for you.
Podstawowe informacje o rozszerzeniu
Nazwa | Form Filler |
ID | dgfgnhlcalihgnemejfldncmedabhfna |
Oficjalny URL | https://chromewebstore.google.com/detail/form-filler/dgfgnhlcalihgnemejfldncmedabhfna |
Opis | Automatically fill the form on the website. |
Rozmiar pliku | 144 KB |
Liczba instalacji | 92 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2021-06-23 |
Data Publikacji | 2021-06-23 |
Deweloper | green3rd |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Form Filler", "version": "1.0", "description": "Automatically fill the form on the website.", "manifest_version": 3, "permissions": [ "storage", "scripting" ], "host_permissions": [ "http:\/\/*\/", "https:\/\/*\/" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/16.png", "32": "\/images\/32.png", "48": "\/images\/48.png", "128": "\/images\/128.png" } }, "icons": { "16": "\/images\/16.png", "32": "\/images\/32.png", "48": "\/images\/48.png", "128": "\/images\/128.png" }, "options_page": "options.html" } |