Shopping & Tracking for AliExpress

Compare prices, track your orders, get exclusive discounts, receive notifications of new messages and don't miss any promotion!

Shopping & Tracking for AliExpressคืออะไร?

Shopping & Tracking for AliExpress เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://aliexplorerapp.com และคุณลักษณะหลักของมันคือ "Compare prices, track your orders, get exclusive discounts, receive notifications of new messages and don't miss any promotion!"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Shopping & Tracking for AliExpress

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

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

                        AliExpress in just one click! Receive notifications of new messages directly in Google Chrome and don't miss any promotion!

- Compare prices;
- Track your orders;
- Get exclusive discounts;
- Search anywhere for products;
- Receive notifications about promotions;
- See similar products to compare prices;
- See products that match what you like;
- Receive notifications of new messages;

Search instantly and shop easily on AliExpress, the world's biggest online marketing place!

One of the most downloaded apps from the Windows Store now in Google Chrome.

IMPORTANT:
* This extension uses the following affiliate programs: AliExpress, Amazon, Banggood and Shopee. By installing and using it, you agree to replace the links on these sites with affiliate links.
* Affiliate links do not generate any additional cost to the user.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Shopping & Tracking for AliExpress Shopping & Tracking for AliExpress
ID lapplaccfgkiogonfiegngjmffjongbh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/shopping-tracking-for-ali/lapplaccfgkiogonfiegngjmffjongbh
คำอธิบาย Compare prices, track your orders, get exclusive discounts, receive notifications of new messages and don't miss any promotion!
ขนาดไฟล์ 122 KB
จำนวนการติดตั้ง 3,108
เวอร์ชันปัจจุบัน 3.7.5
อัปเดตครั้งล่าสุด 2023-08-08
วันที่เผยแพร่ 2020-05-30
คะแนน 4.49/5 รวมทั้งหมด 59 คะแนน
ผู้พัฒนา https://aliexplorerapp.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://aliexplorerapp.com/
URL หน้าช่วยเหลือ https://twitter.com/AliExplorerApp
URL หน้านโยบายความเป็นส่วนตัว https://derschuler.com/privacy
ภาษาที่รองรับ de,en,fr,tr,es,it,pt-BR,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "short_name": "AliExplorer",
    "default_locale": "en",
    "version": "3.7.5",
    "author": "@fmschuler",
    "icons": {
        "16": "assets\/icon-16.png",
        "48": "assets\/icon-48.png",
        "128": "assets\/icon-128.png"
    },
    "background": {
        "service_worker": "\/scripts\/background.js"
    },
    "action": {
        "default_icon": "assets\/icon.png",
        "default_popup": "popup.html",
        "default_title": "__MSG_appName__"
    },
    "options_page": "settings.html",
    "permissions": [
        "tabs",
        "webNavigation",
        "bookmarks",
        "storage",
        "notifications"
    ],
    "host_permissions": [
        "*:\/\/*.aliexplorerapp.com\/*",
        "*:\/\/*.derschuler.com\/*",
        "*:\/\/*.aliexpress.com\/*",
        "*:\/\/*.aliexpress.ru\/*",
        "*:\/\/*.cainiao.com\/*",
        "*:\/\/*.alibaba.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/notifications-message.png"
            ],
            "matches": [
                "https:\/\/*.aliexpress.com\/*",
                "https:\/\/*.aliexpress.ru\/*"
            ],
            "extension_ids": [
                "behkgahlidmeemjefcbgieigiejiglpc"
            ]
        }
    ],
    "content_scripts": [
        {
            "js": [
                "scripts\/_inject.js"
            ],
            "matches": [
                "*:\/\/*.aliexpress.com\/*",
                "*:\/\/*.aliexpress.ru\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'",
        "sandbox": "sandbox allow-scripts; script-src 'self' 'https:\/\/aliexplorerapp.com' 'https:\/\/derschuler.com'; object-src 'self'"
    }
}