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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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": [
        "*.*"
    ]
}