Sassique Snip Button

Snip your favorite looks and products

Sassique Snip Button là gì?

Sassique Snip Button là một tiện ích mở rộng Chrome được phát triển bởi https://sassique.com, và tính năng chính của nó là "Snip your favorite looks and products".

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

screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Sassique Snip Button 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

                        The Snip Button can be used to collect images from other fashion websites for shopping and inspiration. These images will link back to the original websites where they were found, and can be collected and arranged into lists and looks in your personal Sassique profile.                    

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

Tên Sassique Snip Button Sassique Snip Button
ID ohhbolhhdgamielooefpkdbdinlocmbg
URL Chính Thức https://chromewebstore.google.com/detail/sassique-snip-button/ohhbolhhdgamielooefpkdbdinlocmbg
Mô tả Snip your favorite looks and products
Kích Thước Tệp 88.64 KB
Số Lần Cài Đặt 285
Phiên Bản Hiện Tại 1.5
Cập Nhật Lần Cuối 2021-08-21
Ngày Phát Hành 2019-01-13
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://sassique.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://sassique.com
URL Trang Trợ Giúp https://sassique.com/faq
URL Trang Chính Sách Bảo Mật https://www.sassique.com/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sassique Snip Button",
    "description": "Snip your favorite looks and products",
    "version": "1.5",
    "browser_action": {
        "default_icon": "icon-snip.png"
    },
    "background": {
        "scripts": [
            "event.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery-latest.min.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icon-snip16.png",
        "48": "icon-snip48.png",
        "128": "icon-snip128.png"
    },
    "permissions": [
        ""
    ]
}