Auto Fill

Auto fill input data, for web development, testing, etc.

Auto Fill란 무엇입니까?

Auto Fill은(는) Trần Luơng에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Auto fill input data, for web development, testing, etc."입니다.

확장 프로그램 스크린샷

screenshot

Auto Fill 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Công cụ hỗ trợ điền các ô dữ liệu trên một trang web nào đó. Phục vụ tốt cho quá trình triển khai website cá nhân, nhỏ, hay là sử dụng để phục vụ cho việc kiểm thử website.

- Có 02 cách sử dụng:
+ Sử dụng popup của Extension để bật tắt công cụ
+ Sử dụng phím tắt (Shortcut key): Shift + r                    

확장 프로그램 기본 정보

이름 Auto Fill Auto Fill
ID nidekiaocgcfemogakcieomgbfadbcec
공식 URL https://chromewebstore.google.com/detail/auto-fill/nidekiaocgcfemogakcieomgbfadbcec
설명 Auto fill input data, for web development, testing, etc.
파일 크기 38.36 KB
설치 횟수 139
현재 버전 2.1
최근 업데이트 2019-05-24
출시 날짜 2019-05-21
평점 5.00/5 총 2 개의 평점
개발자 Trần Luơng
이메일 [email protected]
결제 유형 free
지원되는 언어 vi
manifest.json
{
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "description": "Auto fill input data, for web development, testing, etc.",
    "manifest_version": 2,
    "name": "Auto Fill",
    "icons": {
        "16": "icon\/icon.png",
        "128": "icon\/icon.png"
    },
    "browser_action": {
        "default_icon": "icon\/icon.png",
        "default_title": "Auto fill",
        "default_popup": "popup.html"
    },
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/script.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.1",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}