Shopee Price History - ShopeeCheck.com

Product price tracking on Shopee

什么是Shopee Price History - ShopeeCheck.com?

Shopee Price History - ShopeeCheck.com是由https://shopeecheck.com开发的Chrome扩展程序,该扩展的主要功能是“Product price tracking on Shopee”。

扩展截图

screenshot

下载Shopee Price History - ShopeeCheck.com扩展crx文件

下载Shopee Price History - ShopeeCheck.com扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Product price tracking on Shopee                    

扩展基本信息

名称 Shopee Price History - ShopeeCheck.com Shopee Price History - ShopeeCheck.com
ID hibnncmaejeofknejmdcfbenaomfenad
官方URL https://chromewebstore.google.com/detail/shopee-price-history-shop/hibnncmaejeofknejmdcfbenaomfenad
简介 Product price tracking on Shopee
文件大小 710 KB
安装次数 540
当前版本 1.0.3
更新时间 2021-05-31
上架时间 2021-05-27
评分 2.33/5 共3次评分
开发者 https://shopeecheck.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://shopeecheck.com
隐私政策页面URL https://nhatkythuthuat.com/help/privacy-policy
支持的语言 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'"
}