autoFill

autoFill is used to fill the form field with random value

什麼是autoFill?

autoFill是由cognitiveatom開發的Chrome擴展程式,該擴展的主要功能是“autoFill is used to fill the form field with random value”。

擴展截圖

screenshot

下載autoFill擴展crx文件

下載autoFill擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        autoFill is use for an tester and developer to fill the form (contain x number of fields) by random value for their testing.                    

擴展基本資訊

名稱 autoFill autoFill
ID acpgjmjldamjjinpkchgnimfcdilcilb
官方網址 https://chromewebstore.google.com/detail/autofill/acpgjmjldamjjinpkchgnimfcdilcilb
簡介 autoFill is used to fill the form field with random value
檔案大小 1.21 MB
安裝次數 556
目前版本 1.1
更新時間 2019-11-06
上架時間 2019-11-05
評分 5.00/5 共 4 次評分
開發者 cognitiveatom
付費類型 free
支援的語言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "autoFill",
    "short_name": "form fill",
    "description": "autoFill is used to fill the form field with random value",
    "version": "1.1",
    "browser_action": {
        "default_popup": "index.html"
    },
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "assets\/img\/logo\/icon16.png",
        "48": "assets\/img\/logo\/icon48.png",
        "128": "assets\/img\/logo\/icon128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com https:\/\/www.paypal.com https:\/\/www.paypalobjects.com; object-src 'self'"
}