Aliexpress Product Tracking

The extension allows you to track the status of a parcel right on the order page.

Qu'est-ce que Aliexpress Product Tracking ?

Aliexpress Product Tracking est une extension Chrome développée par AliTracking Technology, et sa fonction principale est "The extension allows you to track the status of a parcel right on the order page.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Aliexpress Product Tracking

Téléchargez les fichiers d'extension Aliexpress Product Tracking au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        🚚 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]                    

Informations de Base sur l'Extension

Nom Aliexpress Product Tracking Aliexpress Product Tracking
ID ehgmocbdgljnncdhdmfpcjljbapjglak
URL Officiel https://chromewebstore.google.com/detail/aliexpress-product-tracki/ehgmocbdgljnncdhdmfpcjljbapjglak
Description The extension allows you to track the status of a parcel right on the order page.
Taille du Fichier 119 KB
Nombre d'Installations 81
Version Actuelle 0.0.5
Dernière Mise à Jour 2021-07-27
Date de Publication 2021-07-18
Évaluation 3.86/5 Total 7 Évaluations
Développeur AliTracking Technology
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://alitracking.poqdev.com/info/privacy
Langues Prises en Charge 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"
    ]
}