Snowflake

Automate the completion of online forms!

Snowflake là gì?

Snowflake là một tiện ích mở rộng Chrome được phát triển bởi Michael Page, và tính năng chính của nó là "Automate the completion of online forms!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Snowflake

Tải xuống các tệp mở rộng Snowflake dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Snowflake Snowflake
ID ffjbmdacpilahnbipikkhdpglephcplk
URL Chính Thức https://chromewebstore.google.com/detail/snowflake/ffjbmdacpilahnbipikkhdpglephcplk
Mô tả Automate the completion of online forms!
Kích Thước Tệp 425 KB
Số Lần Cài Đặt 31
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2021-09-02
Ngày Phát Hành 2021-08-30
Nhà Phát Triển Michael Page
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://techion.com.au/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}