autoFill

autoFill is used to fill the form field with random value

Co to jest autoFill?

autoFill to rozszerzenie Chrome opracowane przez cognitiveatom, a jego główną funkcją jest „autoFill is used to fill the form field with random value”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia autoFill

Pobierz pliki rozszerzeń autoFill 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

                        autoFill is use for an tester and developer to fill the form (contain x number of fields) by random value for their testing.                    

Podstawowe informacje o rozszerzeniu

Nazwa autoFill autoFill
ID acpgjmjldamjjinpkchgnimfcdilcilb
Oficjalny URL https://chromewebstore.google.com/detail/autofill/acpgjmjldamjjinpkchgnimfcdilcilb
Opis autoFill is used to fill the form field with random value
Rozmiar pliku 1.21 MB
Liczba instalacji 556
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2019-11-06
Data Publikacji 2019-11-05
Ocena 5.00/5 Łącznie 4 Oceny
Deweloper cognitiveatom
Typ Płatności free
Obsługiwane Języki en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "autoFill",
    "short_name": "form fill",
    "description": "autoFill is used to fill the form field with random value",
    "version": "1.1",
    "browser_action": {
        "default_popup": "index.html"
    },
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "assets\/img\/logo\/icon16.png",
        "48": "assets\/img\/logo\/icon48.png",
        "128": "assets\/img\/logo\/icon128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com https:\/\/www.paypal.com https:\/\/www.paypalobjects.com; object-src 'self'"
}