Snowflake

Automate the completion of online forms!

Wat is Snowflake?

Snowflake is een Chrome-extensie ontwikkeld door Michael Page, en de belangrijkste functie is "Automate the completion of online forms!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Snowflake

Download Snowflake-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Snowflake Snowflake
ID ffjbmdacpilahnbipikkhdpglephcplk
Officiële URL https://chromewebstore.google.com/detail/snowflake/ffjbmdacpilahnbipikkhdpglephcplk
Beschrijving Automate the completion of online forms!
Bestandsgrootte 425 KB
Aantal Installaties 31
Huidige Versie 1.0.2
Laatst Bijgewerkt 2021-09-02
Publicatiedatum 2021-08-30
Ontwikkelaar Michael Page
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://techion.com.au/privacy-policy
Ondersteunde Talen 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"
            ]
        }
    ]
}