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
公式URL 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
Eメール [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"
            ]
        }
    ]
}