InFormEnter+

Advanced form filler

Co to jest InFormEnter+?

InFormEnter+ to rozszerzenie Chrome opracowane przez https://firefoxer.ru, a jego główną funkcją jest „Advanced form filler”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia InFormEnter+

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

                        InFormEnter adds a small, clickable icon next to every input field in a web form, from where you can select the item to be inserted - no typing required. It has profile support, data sync, shortkeys, built-in password generator, сan fill many fields at once.
For automatic form filling use another addon: AutoFormer+                    

Podstawowe informacje o rozszerzeniu

Nazwa InFormEnter+ InFormEnter+
ID becedogggoaicbphcoimgpmhodofcfck
Oficjalny URL https://chromewebstore.google.com/detail/informenter+/becedogggoaicbphcoimgpmhodofcfck
Opis Advanced form filler
Rozmiar pliku 63.89 KB
Liczba instalacji 9,817
Aktualna Wersja 0.904
Ostatnia Aktualizacja 2023-07-09
Data Publikacji 2020-05-21
Ocena 3.31/5 Łącznie 35 Oceny
Deweloper https://firefoxer.ru
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://firefoxer.ru/informenter+.htm
Adres URL Strony Pomocy http://firefoxer.ru/informenter+faq.htm
Obsługiwane Języki id,ms,de,en,fr,nl,vi,tr,da,es,it,pl,pt-BR,ro,fi,sv,cs,el,uk,iw,fa,hi,bn,ta,th,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "InFormEnter+",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuKOwiKBWtuYEUyUlY6NKE6\/DfInVftFmFbpzFHf\/kjY\/ygZn0adABprJBZPQ4Vnz5\/0o9UKL1izsaEexD+bDTWutO9ckMHx0mMcG2FNplPA9SlJTys0ehFflMupOrzSAAoW4xYEZXB\/FTvKTl95N1iLGKAJe3SKaPVtKUoDoDkRDVlh4D8yzw\/+QRE5ushzAXV7rWCRembGAJ\/Hvw1vFbz3n1bBO7rmfng+NhpAK6GwkQVyfwaez\/4yxef2DEWUydKt01rwRkgDAmByIR86eC61tFMXIexZtuxdfMXMe5hfccvuPtH+68dcgbzb7uD7pEMmSZYl1hV2KaP\/CxbG1nQIDAQAB",
    "description": "__MSG_extension_description__",
    "version": "0.904",
    "homepage_url": "http:\/\/firefoxer.ru\/informenter+.htm?ch",
    "author": "Mykola Onyshchuk",
    "icons": {
        "16": "img\/informenter-16.png",
        "32": "img\/informenter-32.png",
        "48": "img\/informenter-48.png",
        "96": "img\/informenter-96.png"
    },
    "browser_action": {
        "browser_style": false,
        "default_icon": "img\/informenter-16.png",
        "default_title": "InFormEnter+",
        "default_popup": "informenter-popup.htm"
    },
    "options_ui": {
        "page": "informenter-options.htm",
        "open_in_tab": true
    },
    "background": {
        "scripts": [
            "informenter-api.js",
            "informenter-background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "informenter-api.js",
                "informenter-content.js"
            ],
            "css": [
                "informenter-content.css"
            ],
            "all_frames": true
        }
    ],
    "commands": {
        "insert-menu-item-1": {
            "suggested_key": {
                "default": "Ctrl+Shift+1"
            },
            "description": "Insert InFormEnter+ menu item #1"
        },
        "insert-menu-item-2": {
            "suggested_key": {
                "default": "Ctrl+Shift+2"
            },
            "description": "Insert InFormEnter+ menu item #2"
        },
        "insert-menu-item-3": {
            "suggested_key": {
                "default": "Ctrl+Shift+3"
            },
            "description": "Insert InFormEnter+ menu item #3"
        },
        "show-inputs-menu-0": {
            "suggested_key": {
                "default": "Ctrl+Shift+0"
            },
            "description": "Show InFormEnter+ menu"
        }
    },
    "web_accessible_resources": [
        "img\/informenter-marker-1.png",
        "img\/informenter-marker-2.png"
    ],
    "permissions": [
        "storage",
        "contextMenus",
        "downloads",
        "clipboardRead",
        "clipboardWrite",
        "https:\/\/www.googleapis.com\/"
    ]
}