Excel Data Filler - CTH

Fill Excel Sheet Data into Online Forms, Fill Input Fields, Click Button, Run JS Script

Excel Data Filler - CTH란 무엇입니까?

Excel Data Filler - CTH은(는) C Tech Hindi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Fill Excel Sheet Data into Online Forms, Fill Input Fields, Click Button, Run JS Script"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Excel Data Filler - CTH 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This version not longer available.

USE NEW VERSION V4.0.0

- https://efiller-doc.netlify.app/                    

확장 프로그램 기본 정보

이름 Excel Data Filler - CTH Excel Data Filler - CTH
ID hbdlidnbnmkmbeompcakgedghogdbbkf
공식 URL https://chromewebstore.google.com/detail/excel-data-filler-cth/hbdlidnbnmkmbeompcakgedghogdbbkf
설명 Fill Excel Sheet Data into Online Forms, Fill Input Fields, Click Button, Run JS Script
파일 크기 4.48 MB
설치 횟수 6,000
현재 버전 3.1.9
최근 업데이트 2022-12-24
출시 날짜 2020-06-15
평점 4.56/5 총 25 개의 평점
개발자 C Tech Hindi
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://formfiller.ctechhindi.in/
도움말 페이지 URL http://formfiller.ctechhindi.in/
개인정보 보호 정책 페이지 URL https://ctechhindi.in/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Excel Data Filler - CTH",
    "description": "Fill Excel Sheet Data into Online Forms, Fill Input Fields, Click Button, Run JS Script",
    "version": "3.1.9",
    "manifest_version": 2,
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon_48.png",
        "default_title": "fill-excel-data-to-form"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage",
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "",
        "contextMenus"
    ],
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "script\/hide_acontroller.js"
            ],
            "match_about_blank": true,
            "matches": [
                ""
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/onload.css",
                "css\/copy-element-selector.css"
            ],
            "js": [
                "assets\/js\/jquery-1.8.3.min.js",
                "assets\/js\/moment.min.js",
                "assets\/js\/xlsx.full.min.js",
                "script\/onload.js",
                "script\/selector-generator.js",
                "script\/copy_element.js",
                "script\/fetch_form_fields.js",
                "script\/init-t.js"
            ]
        }
    ],
    "commands": {
        "start-stop-excel-data-filler": {
            "suggested_key": {
                "default": "Alt+Q",
                "windows": "Alt+Q"
            },
            "description": "Start\/Pause Application"
        },
        "fill-form-with-inject-mode": {
            "suggested_key": {
                "default": "Alt+R",
                "windows": "Alt+R"
            },
            "description": "Fill Form With Inject Mode"
        }
    },
    "web_accessible_resources": [
        "script\/init.js",
        "script\/acontroller.js"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self"
}