Snowflake

Automate the completion of online forms!

Qu'est-ce que Snowflake ?

Snowflake est une extension Chrome développée par Michael Page, et sa fonction principale est "Automate the completion of online forms!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Snowflake

Téléchargez les fichiers d'extension Snowflake au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Snowflake Snowflake
ID ffjbmdacpilahnbipikkhdpglephcplk
URL Officiel https://chromewebstore.google.com/detail/snowflake/ffjbmdacpilahnbipikkhdpglephcplk
Description Automate the completion of online forms!
Taille du Fichier 425 KB
Nombre d'Installations 31
Version Actuelle 1.0.2
Dernière Mise à Jour 2021-09-02
Date de Publication 2021-08-30
Développeur Michael Page
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://techion.com.au/privacy-policy
Langues Prises en Charge 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"
            ]
        }
    ]
}