Snapdeal Price Tracker

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

Snapdeal Price Tracker란 무엇입니까?

Snapdeal Price Tracker은(는) aliprice2에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "AliPrice.com -- Your money-saving assistant on Snapdeal."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Snapdeal Price Tracker 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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'"
}