Price Tracker for DHgate

AliPrice.com - Your shopping assistant on DHgate.

Price Tracker for DHgate란 무엇입니까?

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

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        It's a Price Tracker for DHgate.com
Main features:
✔ Convenient shortcuts and quick search box.
✔ Price History.Check price history of products on Dhgate. 

DHgate is a trademark of dhgate.com, Inc. This extension was not created or endorsed by DHgate.

If you have any questions or suggestions, please feel free to contact us:
https://www.aliprice.com/information/index?page=contact
By installing the AliPrice extension, you accept the terms of the "AliPrice Terms of Service" and allow the extension to redirect to affiliate program links, includingDHgate and other programs. AliPrice Terms of Service - https://www.aliprice.com/information/index/page/term_of_use                    

확장 프로그램 기본 정보

이름 Price Tracker for DHgate Price Tracker for DHgate
ID hmkfpcddoppmoinmifcoffppoinfodef
공식 URL https://chrome.google.com/webstore/detail/price-tracker-for-dhgate/hmkfpcddoppmoinmifcoffppoinfodef
설명 AliPrice.com - Your shopping assistant on DHgate.
파일 크기 701 KB
설치 횟수 760
현재 버전 2.1.16
최근 업데이트 2023-09-24
출시 날짜 2019-11-20
평점 5.00/5 총 37 개의 평점
개발자 aliprice2
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://www.aliprice.com/
도움말 페이지 URL https://www.aliprice.com/information/index?page=contact
개인정보 보호 정책 페이지 URL https://www.aliprice.com/information/index/page/privacy
지원되는 언어 de,en,fr,tr,es,es-419,it,pt-BR,pt-PT,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "short_name": "Dhgate",
    "name": "Price Tracker for DHgate",
    "description": "__MSG_EXTENSION_DESCRIPTION__",
    "homepage_url": "https:\/\/www.aliprice.com",
    "default_locale": "en",
    "version": "2.1.16",
    "permissions": [
        "cookies",
        "*:\/\/*.dhgate.com\/*",
        "*:\/\/*.aliprice.com\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "background": {
        "scripts": [
            "ga-config.js",
            "background.js",
            "jquery.min.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.dhgate.com\/*"
            ],
            "js": [
                "config.js",
                "jquery.min.js",
                "function.js",
                "echarts.common.min.js",
                "localization.js",
                "index.js",
                "item_sys.js",
                "aliprice.js",
                "tracking.js"
            ],
            "css": []
        }
    ],
    "browser_action": {
        "default_icon": "icons\/19x19.png",
        "default_title": "AliPrice",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "options_page": "options.html",
    "web_accessible_resources": [
        "jquery.min.js",
        "jquery.min.map",
        "css\/dhgate.css",
        "img\/close.png",
        "img\/btn-price.png"
    ]
}