Shopee Price History - ShopeeCheck.com

Product price tracking on Shopee

Vad är Shopee Price History - ShopeeCheck.com?

Shopee Price History - ShopeeCheck.com är en Chrome-tillägg utvecklad av https://shopeecheck.com, och dess huvudfunktion är "Product price tracking on Shopee".

Tilläggsskärmbilder

screenshot

Ladda ner Shopee Price History - ShopeeCheck.com-förlängningens CRX-fil

Ladda ner Shopee Price History - ShopeeCheck.com-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Product price tracking on Shopee                    

Grundläggande Information om Tillägg

Namn Shopee Price History - ShopeeCheck.com Shopee Price History - ShopeeCheck.com
ID hibnncmaejeofknejmdcfbenaomfenad
Officiell webbadress https://chromewebstore.google.com/detail/shopee-price-history-shop/hibnncmaejeofknejmdcfbenaomfenad
Beskrivning Product price tracking on Shopee
Filstorlek 710 KB
Antal Installationer 540
Aktuell Version 1.0.3
Senast Uppdaterad 2021-05-31
Publiceringsdatum 2021-05-27
Betyg 2.33/5 Totalt 3 Betyg
Utvecklare https://shopeecheck.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://shopeecheck.com
URL till Sekretesspolicy Sidan https://nhatkythuthuat.com/help/privacy-policy
Stödda Språk 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'"
}