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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้านโยบายความเป็นส่วนตัว 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"
            ]
        }
    ]
}