AliPriceCompare - price comparison

Find the lowest price on AliExpress

AliPriceCompare - price comparison란 무엇입니까?

AliPriceCompare - price comparison은(는) tooldropship에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Find the lowest price on AliExpress"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

AliPriceCompare - price comparison 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Looking for similar products at better prices on Aliexpress?

How to search AliPriceCompare will help you find out the provider:

Find out the cheapest provider

+ Best transit time.
+ The best supplier evaluation.
+ Save time and money.

Happy Shopping with Aliexpress!                    

확장 프로그램 기본 정보

이름 AliPriceCompare - price comparison AliPriceCompare - price comparison
ID niicehbadcoefddejdcmlgkbdpkbegem
공식 URL https://chromewebstore.google.com/detail/alipricecompare-price-com/niicehbadcoefddejdcmlgkbdpkbegem
설명 Find the lowest price on AliExpress
파일 크기 209 KB
설치 횟수 7,943
현재 버전 1.0.12
최근 업데이트 2022-02-24
출시 날짜 2019-07-10
평점 3.17/5 총 23 개의 평점
개발자 tooldropship
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://alipricecompare.com/
도움말 페이지 URL http://alipricecompare.com/
개인정보 보호 정책 페이지 URL https://alipricecompare.com/privacy-policy-and-cookies
지원되는 언어 id,de,en,fr,nl,vi,tr,es,lt,pl,ru,th,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "[email protected]",
    "background": {
        "scripts": [
            "js\/libs\/jquery.js",
            "js\/parser.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_title": "__MSG_extTitle__"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/libs\/jquery.js",
                "js\/parser.js",
                "js\/content.js"
            ],
            "matches": [
                "*:\/\/*.aliexpress.com\/*",
                "*:\/\/*.alipay.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com https:\/\/connect.facebook.net https:\/\/facebook.com https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_extDescr__",
    "icons": {
        "128": "img\/logo.png",
        "16": "img\/icon16.png",
        "48": "img\/icon48.png"
    },
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "storage",
        "cookies"
    ],
    "version": "1.0.12",
    "web_accessible_resources": [
        "img\/*"
    ]
}