Shopee Price History - ShopeeCheck.com

Product price tracking on Shopee

ما هو Shopee Price History - ShopeeCheck.com؟

Shopee Price History - ShopeeCheck.com هو إضافة Chrome تم تطويرها بواسطة https://shopeecheck.com، والميزة الرئيسية لها هي "Product price tracking on Shopee".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Shopee Price History - ShopeeCheck.com

قم بتنزيل ملفات الامتداد Shopee Price History - ShopeeCheck.com بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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'"
}