Snowflake

Automate the completion of online forms!

Apa itu Snowflake?

Snowflake adalah ekstensi Chrome yang dikembangkan oleh Michael Page, dan fitur utamanya adalah "Automate the completion of online forms!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Snowflake

Unduh file ekstensi Snowflake dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Snowflake Snowflake
ID ffjbmdacpilahnbipikkhdpglephcplk
URL Resmi https://chromewebstore.google.com/detail/snowflake/ffjbmdacpilahnbipikkhdpglephcplk
Deskripsi Automate the completion of online forms!
Ukuran File 425 KB
Jumlah Instalasi 31
Versi Saat Ini 1.0.2
Terakhir Diperbarui 2021-09-02
Tanggal Publikasi 2021-08-30
Pengembang Michael Page
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://techion.com.au/privacy-policy
Bahasa yang Didukung 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"
            ]
        }
    ]
}