ChinaHelper - Shop assistant in Chinese store

Sellers check and price change tracking. Package tracking on AliExpress.

ChinaHelper - Shop assistant in Chinese store란 무엇입니까?

ChinaHelper - Shop assistant in Chinese store은(는) ShopHelp24에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Sellers check and price change tracking. Package tracking on AliExpress."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

ChinaHelper - Shop assistant in Chinese store 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        ChinaHelper - Checking the seller for most popular China store.

Will show the whole truth about the reliability of the seller and real discounts!

The plugin contains all the best China Helper tools you need to shop safely from China.

By installing the ChinaHelper extension, you get information about the level of trust in the seller, which is based on official data and is generated in a convenient form and format for you directly on the official website of the online store of Chinese goods.

★ Protection against artificial discounts:
You can always see how the price of goods has changed over the past months, and get a convenient push notification of a price reduction - very convenient =)

★ Find similar products from other sellers, choose a cheaper product from a seller with a high rating.

★ Get quick and convenient access to popular sections of the site, “My Orders”, “My Account”, “Shopping Cart”, “My Coupons”

★ Tracking packages - add your track code and immediately find out where your package is.

We tried to make the most convenient service among such analogues as:

Our development team is constantly improving the service and adding new features to the expansion for greater convenience of shopping.

We use the Google Analytics service to collect statistics on the use of the service to make it better. If you do not want to transfer data to the Google Analytics service, please go to: http://tools.google.com/dlpage/gaoptout to refuse to transfer faceless data, more details in the "privacy policy" (see the website or the right column in chrome store)

We are open to dialogue, and are ready to help in solving any problems associated with the operation of ChinaHelper service.                    

확장 프로그램 기본 정보

이름 ChinaHelper - Shop assistant in Chinese store ChinaHelper - Shop assistant in Chinese store
ID lmfbagjnfegjafocookgkkjedmmojopj
공식 URL https://chromewebstore.google.com/detail/chinahelper-shop-assistan/lmfbagjnfegjafocookgkkjedmmojopj
설명 Sellers check and price change tracking. Package tracking on AliExpress.
파일 크기 1.12 MB
설치 횟수 64,954
현재 버전 3.1.7
최근 업데이트 2022-10-31
출시 날짜 2020-06-28
평점 4.83/5 총 1488 개의 평점
개발자 ShopHelp24
이메일 [email protected]
결제 유형 free
도움말 페이지 URL http://aliexpress-helper.ru/#support
개인정보 보호 정책 페이지 URL http://aliexpress-helper.ru/policy
지원되는 언어 de,en,en-US,fr,es,it,lv,lt,pl,ru
manifest.json
{
    "background": {
        "scripts": [
            "js\/lib\/jquery-2.1.4.js",
            "js\/bg.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/48.png",
        "default_popup": "html\/popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/lib\/jquery-2.1.4.js",
                "js\/lib\/assets.js",
                "js\/lib\/apex-charts.js",
                "js\/app.js"
            ],
            "css": [
                "css\/content.css"
            ],
            "matches": [
                "*:\/\/*.aliexpress.com\/*",
                "*:\/\/*.aliexpress.ru\/*"
            ]
        }
    ],
    "default_locale": "en",
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/*.xyz.track4you.tech; object-src 'self'",
    "description": "__MSG_manifest_description__",
    "icons": {
        "128": "icons\/128.png",
        "16": "icons\/16.png",
        "48": "icons\/48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsXIjwDemqJcDzjzAvMTPrBez6DPDMnApNNj+24WxswYnURBwrhfj\/02pS4Jiz2dAjJLim\/3n99SvTyrwnltEFm\/JEd4zjPpq7EH5VERgyuWAV23tCh3Qg5dFOikfgcW22ns\/DR8QyAapKJdDgJI0I3oqgZKxVprcaFVMeEvyQwREAwM1pqD3tf0wDMpmZY0cWhaOmwtEOONq5ctE3ym6XJ3GTt2+LxWUqI4gij5mPo2KuwiGWDf9vuOu54mKIcYWYu+WFQ5p3ip7Em0y7D6+2iJqNBOBPFViX2FVTrp3ggTd0dQSX4BfDhDn75ALN0o1\/nELXu7ir\/BiKHxSuld44wIDAQAB",
    "manifest_version": 2,
    "name": "__MSG_manifest_name__",
    "options_page": "html\/options.html",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        "notifications",
        "cookies",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.1.7",
    "web_accessible_resources": [
        "js\/lib\/jquery-2.1.4.js",
        "img\/*",
        "_locales\/*\/messages.json",
        "fonts\/*"
    ]
}