Shopee Price History - ShopeeCheck.com

Product price tracking on Shopee

Shopee Price History - ShopeeCheck.com là gì?

Shopee Price History - ShopeeCheck.com là một tiện ích mở rộng Chrome được phát triển bởi https://shopeecheck.com, và tính năng chính của nó là "Product price tracking on Shopee".

Ả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 Shopee Price History - ShopeeCheck.com

Tải xuống các tệp mở rộng Shopee Price History - ShopeeCheck.com 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

                        Product price tracking on Shopee                    

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

Tên Shopee Price History - ShopeeCheck.com Shopee Price History - ShopeeCheck.com
ID hibnncmaejeofknejmdcfbenaomfenad
URL Chính Thức https://chromewebstore.google.com/detail/shopee-price-history-shop/hibnncmaejeofknejmdcfbenaomfenad
Mô tả Product price tracking on Shopee
Kích Thước Tệp 710 KB
Số Lần Cài Đặt 540
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2021-05-31
Ngày Phát Hành 2021-05-27
Đánh Giá 2.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://shopeecheck.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://shopeecheck.com
URL Trang Chính Sách Bảo Mật https://nhatkythuthuat.com/help/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en,vi
manifest.json
{
    "name": "__MSG_EXTENSION_NAME__",
    "short_name": "__MSG_EXTENSION_NAME__",
    "version": "1.0.3",
    "manifest_version": 2,
    "description": "__MSG_EXTENSION_DESCRIPTION__",
    "homepage_url": "https:\/\/shopeecheck.com",
    "default_locale": "vi",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "*:\/\/*.shopeecheck.com\/*",
        "*:\/\/ssl.google-analytics.com\/*",
        "contextMenus",
        "cookies",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "notifications",
        "storage",
        "tabs"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icons\/19.png"
    },
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.shopee.vn\/*"
            ],
            "js": [
                "assets\/js\/vendor.js",
                "assets\/js\/i18n.js",
                "assets\/js\/common.js",
                "contentScript.js"
            ],
            "css": [
                "assets\/css\/common.css",
                "assets\/css\/contentScript.css"
            ],
            "exclude_matches": [
                "*:\/\/banhang.shopee.vn\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "assets\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}