Aliexpress Product Tracking

The extension allows you to track the status of a parcel right on the order page.

什麼是Aliexpress Product Tracking?

Aliexpress Product Tracking是由AliTracking Technology開發的Chrome擴展程式,該擴展的主要功能是“The extension allows you to track the status of a parcel right on the order page.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Aliexpress Product Tracking擴展crx文件

下載Aliexpress Product Tracking擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        🚚 With our extension, you can track the delivery status of your product directly on the order page.
 
😬 If you often buy something on AliExpress™, then most likely you use mail tracking services or programs, such as TrackChecker, and manually enter or copy the track number from the order page into them. This can sometimes be extremely inconvenient!
 
🕵 The Aliexpress Product Tracking extension will allow you to track the status of a parcel directly on the order page on the website aliexpress.com and also open sites with information about delivery immediately with the entered track number.
 
❤️ Use it for your health!
📧 Contact email: [email protected]                    

擴展基本資訊

名稱 Aliexpress Product Tracking Aliexpress Product Tracking
ID ehgmocbdgljnncdhdmfpcjljbapjglak
官方網址 https://chromewebstore.google.com/detail/aliexpress-product-tracki/ehgmocbdgljnncdhdmfpcjljbapjglak
簡介 The extension allows you to track the status of a parcel right on the order page.
檔案大小 119 KB
安裝次數 81
目前版本 0.0.5
更新時間 2021-07-27
上架時間 2021-07-18
評分 3.86/5 共 7 次評分
開發者 AliTracking Technology
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://alitracking.poqdev.com/info/privacy
支援的語言 en,en-GB,en-US,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": true,
        "scripts": [
            "background\/background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "css": [
                "css\/style.css"
            ],
            "js": [
                "lib\/jquery.js",
                "content\/content.js"
            ],
            "matches": [
                "*:\/\/aliexpress.com\/*",
                "*:\/\/aliexpress.ru\/*",
                "*:\/\/*.aliexpress.com\/*",
                "*:\/\/*.aliexpress.ru\/*",
                "*:\/\/trade.alibaba.com\/*",
                "*:\/\/trade.aliexpress.ru\/*",
                "*:\/\/best.aliexpress.ru\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "__MSG_description__",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "default_locale": "ru",
    "manifest_version": 2,
    "name": "Aliexpress Product Tracking",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "short_name": "AliTrack",
    "version": "0.0.5",
    "web_accessible_resources": [
        "images\/loader.gif",
        "images\/btnx.png",
        "jquery.min.map",
        "images\/sign.png",
        "images\/dev_label.png"
    ]
}