AutoFormer+

Automatic form filler

AutoFormer+란 무엇입니까?

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

확장 프로그램 스크린샷

screenshot
screenshot

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

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        AutoFormer+ is a simple form filler. Once entered data could be saved as a template and next time all data will be filling into forms automatically. Also if you want enter some other information in the same form you can click on AutoFormer+ icon in toolbar and select "Save all fields" to save as an another template.
For custom form filling use another addon: InFormEnter+                    

확장 프로그램 기본 정보

이름 AutoFormer+ AutoFormer+
ID cjefgijpbofijpnfpncbjajignkcbbod
공식 URL https://chromewebstore.google.com/detail/autoformer+/cjefgijpbofijpnfpncbjajignkcbbod
설명 Automatic form filler
파일 크기 49.38 KB
설치 횟수 10,000
현재 버전 0.648
최근 업데이트 2022-02-25
출시 날짜 2020-05-22
평점 3.65/5 총 23 개의 평점
개발자 https://firefoxer.ru
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://firefoxer.ru/autoformer+.htm
지원되는 언어 id,ms,de,en,fr,nl,tr,ca,da,et,es,it,pl,pt-BR,pt-PT,ro,sk,fi,sv,cs,el,bg,uk,iw,fa,hi,bn,ta,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "AutoFormer+",
    "description": "__MSG_extension_description__",
    "version": "0.648",
    "homepage_url": "http:\/\/firefoxer.ru\/autoformer+.htm?ch",
    "author": "Mykola Onyshchuk",
    "icons": {
        "16": "img\/autoformer-plus-16.png",
        "32": "img\/autoformer-plus-32.png",
        "64": "img\/autoformer-plus-64.png",
        "128": "img\/autoformer-plus-128.png"
    },
    "browser_action": {
        "browser_style": false,
        "default_icon": "img\/autoformer-plus-16.png",
        "default_title": "AutoFormer+",
        "default_popup": "autoformer-plus-popup.htm"
    },
    "background": {
        "scripts": [
            "autoformer-plus-background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "autoformer-plus-page.js"
            ],
            "all_frames": true
        }
    ],
    "commands": {
        "popup-command-autoload": {
            "suggested_key": {
                "default": "Ctrl+Shift+U"
            },
            "description": "__MSG_popup_menu_autoload__"
        },
        "popup-command-save_all": {
            "suggested_key": {
                "default": "Ctrl+Shift+S"
            },
            "description": "__MSG_save_all__"
        },
        "popup-command-load_all": {
            "suggested_key": {
                "default": "Ctrl+Shift+L"
            },
            "description": "__MSG_load_all__"
        },
        "popup-command-clear_all": {
            "suggested_key": {
                "default": "Ctrl+Shift+D"
            },
            "description": "__MSG_clear_all__"
        }
    },
    "permissions": [
        "contextMenus",
        "tabs"
    ]
}