Snapdeal Price Tracker

AliPrice.com -- Your money-saving assistant on Snapdeal.

Snapdeal Price Trackerคืออะไร?

Snapdeal Price Tracker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย aliprice2 และคุณลักษณะหลักของมันคือ "AliPrice.com -- Your money-saving assistant on Snapdeal."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Snapdeal Price Tracker

ดาวน์โหลดไฟล์ส่วนขยาย Snapdeal Price Tracker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Snapdeal Price Tracker - very useful extension for Snapdeal.com

Main functions.
✔ Convenient shortcuts and quick search.
✔ Price history: You can check any product price history on the product page.

If there are any problems or advice, just feel free to let us know
https://www.aliprice.com/information/index/page/contact

Snapdeal is a trademark of Snapdeal, Inc. This extension was not created or endorsed by Snapdeal.
We do use Google Analytics to collect anonymous usage statistics to help improve user experience, but you can opt out at http://tools.google.com/dlpage/gaoptout                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Snapdeal Price Tracker Snapdeal Price Tracker
ID gnhhkkbccjcahpmndfnhfckdfblfkfmh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/snapdeal-price-tracker/gnhhkkbccjcahpmndfnhfckdfblfkfmh
คำอธิบาย AliPrice.com -- Your money-saving assistant on Snapdeal.
ขนาดไฟล์ 503 KB
จำนวนการติดตั้ง 103
เวอร์ชันปัจจุบัน 2.2.0
อัปเดตครั้งล่าสุด 2023-12-16
วันที่เผยแพร่ 2019-10-22
คะแนน 5.00/5 รวมทั้งหมด 14 คะแนน
ผู้พัฒนา aliprice2
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.aliprice.com/
URL หน้านโยบายความเป็นส่วนตัว https://www.aliprice.com/information/index/page/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Snapdeal Price Tracker",
    "short_name": "Snapdeal",
    "version": "2.2.0",
    "manifest_version": 2,
    "description": "__MSG_EXTENSION_DESCRIPTION__",
    "homepage_url": "https:\/\/www.aliprice.com",
    "default_locale": "en",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "tabs",
        "*:\/\/*.aliprice.com\/*",
        "*:\/\/*.snapdeal.com\/*"
    ],
    "browser_action": {
        "default_title": "Snapdeal",
        "default_popup": "popup\/popup.html",
        "default_icon": "icons\/19.png"
    },
    "background": {
        "page": "background\/background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.snapdeal.com\/*",
                "*:\/\/*.aliexpress.com\/*",
                "*:\/\/*.daraz.pk\/*",
                "*:\/\/*.daraz.com.bd\/*",
                "*:\/\/*.daraz.lk\/*",
                "*:\/\/*.daraz.com.np\/*",
                "*:\/\/*.shop.com.mm\/*"
            ],
            "js": [
                "assets\/js\/vendor.js",
                "contentScript\/contentScript.js"
            ],
            "css": []
        }
    ],
    "optional_permissions": [
        "*:\/\/*.lazada.sg\/*",
        "*:\/\/*.lazada.com.my\/*",
        "*:\/\/*.lazada.com.ph\/*",
        "*:\/\/*.lazada.vn\/*",
        "*:\/\/*.lazada.co.th\/*",
        "*:\/\/*.lazada.co.id\/*"
    ],
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true
    },
    "web_accessible_resources": [
        "assets\/css\/contentScript\/contentScript.css",
        "assets\/images\/close.png",
        "assets\/images\/btn-price.png"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}