Shopee Price History - ShopeeCheck.com

Product price tracking on Shopee

Qu'est-ce que Shopee Price History - ShopeeCheck.com ?

Shopee Price History - ShopeeCheck.com est une extension Chrome développée par https://shopeecheck.com, et sa fonction principale est "Product price tracking on Shopee".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Shopee Price History - ShopeeCheck.com

Téléchargez les fichiers d'extension Shopee Price History - ShopeeCheck.com au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Product price tracking on Shopee                    

Informations de Base sur l'Extension

Nom Shopee Price History - ShopeeCheck.com Shopee Price History - ShopeeCheck.com
ID hibnncmaejeofknejmdcfbenaomfenad
URL Officiel https://chromewebstore.google.com/detail/shopee-price-history-shop/hibnncmaejeofknejmdcfbenaomfenad
Description Product price tracking on Shopee
Taille du Fichier 710 KB
Nombre d'Installations 540
Version Actuelle 1.0.3
Dernière Mise à Jour 2021-05-31
Date de Publication 2021-05-27
Évaluation 2.33/5 Total 3 Évaluations
Développeur https://shopeecheck.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://shopeecheck.com
URL de la Page de Politique de Confidentialité https://nhatkythuthuat.com/help/privacy-policy
Langues Prises en Charge 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'"
}