Shopee Price History - ShopeeCheck.com

Product price tracking on Shopee

Shopee Price History - ShopeeCheck.com란 무엇입니까?

Shopee Price History - ShopeeCheck.com은(는) https://shopeecheck.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Product price tracking on Shopee"입니다.

확장 프로그램 스크린샷

screenshot

Shopee Price History - ShopeeCheck.com 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
개인정보 보호 정책 페이지 URL 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'"
}