InFormEnter+

Advanced form filler

ما هو InFormEnter+؟

InFormEnter+ هو إضافة Chrome تم تطويرها بواسطة https://firefoxer.ru، والميزة الرئيسية لها هي "Advanced form filler".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة InFormEnter+

قم بتنزيل ملفات الامتداد InFormEnter+ بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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+                    

معلومات أساسية عن التمديد

الاسم InFormEnter+ InFormEnter+
ID becedogggoaicbphcoimgpmhodofcfck
عنوان URL الرسمي https://chromewebstore.google.com/detail/informenter+/becedogggoaicbphcoimgpmhodofcfck
الوصف Advanced form filler
حجم الملف 63.89 KB
عدد التثبيتات 9,817
النسخة الحالية 0.904
آخر تحديث 2023-07-09
تاريخ النشر 2020-05-21
تقييم 3.31/5 مجموع تقييمات 35
المطور https://firefoxer.ru
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://firefoxer.ru/informenter+.htm
عنوان صفحة المساعدة http://firefoxer.ru/informenter+faq.htm
اللغات المدعومة 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\/"
    ]
}