AliPriceCompare - price comparison

Find the lowest price on AliExpress

AliPriceCompare - price comparisonคืออะไร?

AliPriceCompare - price comparison เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tooldropship และคุณลักษณะหลักของมันคือ "Find the lowest price on AliExpress"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AliPriceCompare - price comparison

ดาวน์โหลดไฟล์ส่วนขยาย AliPriceCompare - price comparison ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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\/*"
    ]
}