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
公式URL 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
Eメール [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"
    ]
}