InFormEnter+

Advanced form filler

InFormEnter+란 무엇입니까?

InFormEnter+은(는) https://firefoxer.ru에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Advanced form filler"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

InFormEnter+ 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
도움말 페이지 URL 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\/"
    ]
}