Shop Safe

A chrome extension that helps to identify where an amazon product is originated from.

Shop Safe là gì?

Shop Safe là một tiện ích mở rộng Chrome được phát triển bởi Shop Safe, và tính năng chính của nó là "A chrome extension that helps to identify where an amazon product is originated from.".

Ả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 Shop Safe

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

                        This is an extension which provides the country information of an amazon product on the product detail page.                    

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

Tên Shop Safe Shop Safe
ID helhdfggaejjdpkfkbpfbnchljaobhbp
URL Chính Thức https://chromewebstore.google.com/detail/shop-safe/helhdfggaejjdpkfkbpfbnchljaobhbp
Mô tả A chrome extension that helps to identify where an amazon product is originated from.
Kích Thước Tệp 1.01 MB
Số Lần Cài Đặt 182
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2023-11-07
Ngày Phát Hành 2023-11-06
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Shop Safe
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://cromeprivacypolicy.s3.amazonaws.com/safeshop-privacypolicy.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "A chrome extension that helps to identify where an amazon product is originated from.",
    "version": "1.0.0",
    "manifest_version": 3,
    "name": "Shop Safe",
    "icons": {
        "192": ".\/assets\/icons\/icon-192.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.amazon.com\/*\/dp\/*",
                "https:\/\/www.amazon.com\/dp\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "css": [
                "content.styles.css"
            ],
            "run_at": "document_end"
        }
    ]
}