Snowflake

Automate the completion of online forms!

Hvad er Snowflake?

Snowflake er en Chrome-udvidelse udviklet af Michael Page, og dens hovedfunktion er "Automate the completion of online forms!".

Udvidelsesskærmbilleder

screenshot

Download Snowflake-udvidelses-CRX-fil

Download Snowflake-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Snowflake Snowflake
ID ffjbmdacpilahnbipikkhdpglephcplk
Officiel URL https://chromewebstore.google.com/detail/snowflake/ffjbmdacpilahnbipikkhdpglephcplk
Beskrivelse Automate the completion of online forms!
Filstørrelse 425 KB
Antal Installationer 31
Nuværende Version 1.0.2
Senest Opdateret 2021-09-02
Udgivelsesdato 2021-08-30
Udvikler Michael Page
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://techion.com.au/privacy-policy
Understøttede Sprog 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"
            ]
        }
    ]
}