Aliexpress, Gearbest - Where is my order?

How to track my order from China? The button helps to check where is the parcel right on the order page.

什麼是Aliexpress, Gearbest - Where is my order??

Aliexpress, Gearbest - Where is my order?是由aliaksandr開發的Chrome擴展程式,該擴展的主要功能是“How to track my order from China? The button helps to check where is the parcel right on the order page.”。

擴展截圖

screenshot
screenshot

下載Aliexpress, Gearbest - Where is my order?擴展crx文件

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

擴展使用說明

                        This button appears on Aliexpress or Gearbest order detail page under tracking number
- Pros: 
      Just press it and get results here.      

How do I track my order on Aliexpress or Gearbest?
1. "After the supplier ships your order, a tracking number will appear. You can track your order on shipping company's website with the tracking number provided.  
Log in my Alibaba and see the tracking details in transactions." - The default option.
- Cons: 
      Need to open another page.

2. Some sites provide order tracking services.
- Cons: 
      Need to open another page and copy-paste tracking code. 

3. There are some similar browser extensions
- Cons: 
      Some of them are not working and not supported any more.
      Need to copy-paste tracking code.

The button "Where is my order" is one more comfortable option.                    

擴展基本資訊

名稱 Aliexpress, Gearbest - Where is my order? Aliexpress, Gearbest - Where is my order?
ID jmakaoiamffmcilmpdndjpjdanjhfheh
官方網址 https://chromewebstore.google.com/detail/aliexpress-gearbest-where/jmakaoiamffmcilmpdndjpjdanjhfheh
簡介 How to track my order from China? The button helps to check where is the parcel right on the order page.
檔案大小 55.83 KB
安裝次數 2,894
目前版本 3.28
更新時間 2020-12-23
上架時間 2020-03-28
評分 3.90/5 共 105 次評分
開發者 aliaksandr
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://ad.resourcefulman.net/Privacy-Policy.txt
支援的語言 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "3.28",
    "name": "__MSG_extName__",
    "short_name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.aliexpress.com\/*",
                "*:\/\/*.aliexpress.ru\/*",
                "*:\/\/*.gearbest.com\/*"
            ],
            "js": [
                "scripts.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "*.*"
    ]
}