InFormEnter+

Advanced form filler

Co je InFormEnter+?

InFormEnter+ je rozšíření Chrome vyvinuté https://firefoxer.ru, a jeho hlavní funkcí je „Advanced form filler“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření InFormEnter+

Stáhněte si soubory rozšíření InFormEnter+ ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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+                    

Základní Informace o Rozšíření

Název InFormEnter+ InFormEnter+
ID becedogggoaicbphcoimgpmhodofcfck
Oficiální URL https://chromewebstore.google.com/detail/informenter+/becedogggoaicbphcoimgpmhodofcfck
Popis Advanced form filler
Velikost souboru 63.89 KB
Počet instalací 9,817
Aktuální Verze 0.904
Poslední Aktualizace 2023-07-09
Datum Vydání 2020-05-21
Hodnocení 3.31/5 Celkem 35 Hodnocení
Vývojář https://firefoxer.ru
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://firefoxer.ru/informenter+.htm
URL Stránky Nápovědy http://firefoxer.ru/informenter+faq.htm
Podporované Jazyky 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\/"
    ]
}