Track order aliexpress

aliexpress order and shipping tracking

Τι είναι το Track order aliexpress;

Το Track order aliexpress είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον ronnyzfx, και η κύρια λειτουργία του είναι "aliexpress order and shipping tracking".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Track order aliexpress

Λήψη αρχείων επέκτασης Track order aliexpress σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        This Chrome extension helps you in tracking aliexpress orders from China and packages shipping status. Just enable it by clicking a button located in the top right-hand corner of your browser. Now you have all your packages in one place!

You’ll have a main window with all your orders and their tracking numbers, where you can: 

- Go to a product or order page
- Collect all orders from aliexpress
- Update shipping location data

By clicking order tracking number you will see:

- information on shipment number 
- dispatch and destination countries
- the amount of days the package is in transit
- current dispatch status
- location of your package on a particular date and time 

Easily keep and track all your aliexpess orders in one place with our extension!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Track order aliexpress Track order aliexpress
ID ejldimpekmnmekoopchhganchlpbendd
Επίσημο URL https://chromewebstore.google.com/detail/track-order-aliexpress/ejldimpekmnmekoopchhganchlpbendd
Περιγραφή aliexpress order and shipping tracking
Μέγεθος Αρχείου 163 KB
Αριθμός Εγκαταστάσεων 158
Τρέχουσα Έκδοση 1.0.6
Τελευταία Ενημέρωση 2021-08-10
Ημερομηνία Δημοσίευσης 2021-06-26
Αξιολόγηση 1.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής ronnyzfx
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "version": "1.0.6",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "16": "images\/icon16.png",
        "24": "images\/icon24.png",
        "32": "images\/icon32.png",
        "64": "images\/icon64.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "24": "images\/icon24.png",
            "32": "images\/icon32.png",
            "64": "images\/icon64.png",
            "128": "images\/icon128.png"
        },
        "default_popup": "html\/popup.html"
    },
    "background": {
        "scripts": [
            "js\/common.js",
            "js\/background\/storage.js",
            "js\/background\/logisticsdetail.js",
            "js\/background\/parser.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "permissions": [
        "storage",
        "*:\/\/*.aliexpress.com\/*"
    ]
}