Auto Fill

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

What is Auto Fill?

Auto Fill is a Chrome extension developed by Trần Luơng, and its main feature is "Auto fill input data, for web development, testing, etc.".

Extension Screenshots

screenshot

Download Auto Fill Extension CRX File

Download Auto Fill extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Auto Fill Auto Fill
ID nidekiaocgcfemogakcieomgbfadbcec
Official URL https://chromewebstore.google.com/detail/auto-fill/nidekiaocgcfemogakcieomgbfadbcec
Description Auto fill input data, for web development, testing, etc.
File Size 38.36 KB
Installation Count 139
Current Version 2.1
Last Updated 2019-05-24
Publish Date 2019-05-21
Rating 5.00/5 Total 2 Ratings
Developer Trần Luơng
Email [email protected]
Payment Type free
Supported Languages 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'"
}