AliPriceCompare - price comparison

Find the lowest price on AliExpress

AliPriceCompare - price comparison là gì?

AliPriceCompare - price comparison là một tiện ích mở rộng Chrome được phát triển bởi tooldropship, và tính năng chính của nó là "Find the lowest price on AliExpress".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng AliPriceCompare - price comparison

Tải xuống các tệp mở rộng AliPriceCompare - price comparison dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên AliPriceCompare - price comparison AliPriceCompare - price comparison
ID niicehbadcoefddejdcmlgkbdpkbegem
URL Chính Thức https://chromewebstore.google.com/detail/alipricecompare-price-com/niicehbadcoefddejdcmlgkbdpkbegem
Mô tả Find the lowest price on AliExpress
Kích Thước Tệp 209 KB
Số Lần Cài Đặt 7,943
Phiên Bản Hiện Tại 1.0.12
Cập Nhật Lần Cuối 2022-02-24
Ngày Phát Hành 2019-07-10
Đánh Giá 3.17/5 Tổng số 23 Đánh Giá
Nhà Phát Triển tooldropship
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://alipricecompare.com/
URL Trang Trợ Giúp http://alipricecompare.com/
URL Trang Chính Sách Bảo Mật https://alipricecompare.com/privacy-policy-and-cookies
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}