Snowflake

Automate the completion of online forms!

ما هو Snowflake؟

Snowflake هو إضافة Chrome تم تطويرها بواسطة Michael Page، والميزة الرئيسية لها هي "Automate the completion of online forms!".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Snowflake

قم بتنزيل ملفات الامتداد Snowflake بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية 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"
            ]
        }
    ]
}