EasyForm AutoFill

Auto fill in your form using your saved information

什麼是EasyForm AutoFill?

EasyForm AutoFill是由GX開發的Chrome擴展程式,該擴展的主要功能是“Auto fill in your form using your saved information”。

擴展截圖

screenshot

下載EasyForm AutoFill擴展crx文件

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

擴展使用說明

                        You can save your form content by pressing "SAVE" button, and using "FILL IN" button to set the value you saved                    

擴展基本資訊

名稱 EasyForm AutoFill EasyForm AutoFill
ID kamomdgnokpnbalmfgnmhbhkhkiihbbb
官方網址 https://chromewebstore.google.com/detail/easyform-autofill/kamomdgnokpnbalmfgnmhbhkhkiihbbb
簡介 Auto fill in your form using your saved information
檔案大小 207 KB
安裝次數 7,677
目前版本 1.2.3
更新時間 2023-12-07
上架時間 2019-01-03
評分 3.35/5 共 23 次評分
開發者 GX
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "EasyForm AutoFill",
    "description": "Auto fill in your form using your saved information",
    "version": "1.2.3",
    "permissions": [
        "storage",
        "scripting",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/*\/",
        "http:\/\/*\/"
    ],
    "icons": {
        "48": ".\/icons\/icon-form48.png",
        "128": ".\/icons\/icon-form128.png"
    },
    "action": {
        "default_icon": {
            "48": ".\/icons\/icon-form48.png",
            "128": ".\/icons\/icon-form128.png"
        },
        "default_title": "EasyForm AutoFill",
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": ".\/static\/js\/background.js"
    }
}