Snowflake

Automate the completion of online forms!

什麼是Snowflake?

Snowflake是由Michael Page開發的Chrome擴展程式,該擴展的主要功能是“Automate the completion of online forms!”。

擴展截圖

screenshot

下載Snowflake擴展crx文件

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

擴展使用說明

                        Snowflake can automate the completion of most online forms.

Highlights:
• Snowflake usage is private.
• Support for form variables that can be adjusted from the options page.
• The ability to auto run templates on a website that matches a particular URL or a regular expression.                    

擴展基本資訊

名稱 Snowflake Snowflake
ID ffjbmdacpilahnbipikkhdpglephcplk
官方網址 https://chromewebstore.google.com/detail/snowflake/ffjbmdacpilahnbipikkhdpglephcplk
簡介 Automate the completion of online forms!
檔案大小 425 KB
安裝次數 31
目前版本 1.0.2
更新時間 2021-09-02
上架時間 2021-08-30
開發者 Michael Page
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://techion.com.au/privacy-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Snowflake",
    "description": "Automate the completion of online forms!",
    "version": "1.0.2",
    "manifest_version": 3,
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Snowflake",
        "default_icon": "icon.png"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ]
}