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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "How to track my order from China? The button helps to check where is the parcel right on the order page."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Aliexpress, Gearbest - Where is my order? एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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": [
        "*.*"
    ]
}