FormPiper

FormPiper is an automated form filler

什麼是FormPiper?

FormPiper是由https://formpiper.com開發的Chrome擴展程式,該擴展的主要功能是“FormPiper is an automated form filler”。

擴展截圖

screenshot

下載FormPiper擴展crx文件

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

擴展使用說明

                        FormPiper is an automatic form filler that takes input from a customer's submitted form and processes it into any number of websites, saving the business time and making the process of filling out paperwork easier.                    

擴展基本資訊

名稱 FormPiper FormPiper
ID mlbloghginhlikbhafaaajlhgbaaammb
官方網址 https://chromewebstore.google.com/detail/formpiper/mlbloghginhlikbhafaaajlhgbaaammb
簡介 FormPiper is an automated form filler
檔案大小 1.03 MB
安裝次數 3,132
目前版本 5.2.3
更新時間 2023-10-11
上架時間 2020-06-18
評分 5.00/5 共 1 次評分
開發者 https://formpiper.com
電子郵箱 [email protected]
付費類型 in_app
擴展官網 https://formpiper.com
說明頁面URL https://formpiper.com
隱私政策頁面URL https://formpiper.com/privacy-policy
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "FormPiper is an automated form filler",
    "version": "5.2.3",
    "manifest_version": 3,
    "name": "FormPiper",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js",
        "type": "module"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "devtools_page": "devtools.html",
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-34.png",
                "manifest.json"
            ],
            "matches": []
        }
    ],
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "optional_host_permissions": [
        "*:\/\/*\/*"
    ],
    "externally_connectable": {
        "ids": [
            "pniikicchackaiaijkdahkgfgoppakho",
            "mlbloghginhlikbhafaaajlhgbaaammb",
            "mfhngonafoanflaafdcdlldhdamfneld",
            "ioaoociifcogmjkdnbhhmpdofjgemnap"
        ],
        "matches": [
            "*:\/\/*.formpiper-dev.com\/*",
            "*:\/\/*.formpiper.com\/*",
            "*:\/\/*.formpiper-demo.com\/*",
            "*:\/\/localhost\/*"
        ]
    }
}