Aliexpress Product Tracking

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

O que é Aliexpress Product Tracking?

Aliexpress Product Tracking é uma extensão do Chrome desenvolvida por AliTracking Technology, e sua principal característica é "The extension allows you to track the status of a parcel right on the order page.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Aliexpress Product Tracking

Baixe arquivos de extensão Aliexpress Product Tracking no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Aliexpress Product Tracking Aliexpress Product Tracking
ID ehgmocbdgljnncdhdmfpcjljbapjglak
URL Oficial https://chromewebstore.google.com/detail/aliexpress-product-tracki/ehgmocbdgljnncdhdmfpcjljbapjglak
Descrição The extension allows you to track the status of a parcel right on the order page.
Tamanho do Arquivo 119 KB
Contagem de Instalações 81
Versão Atual 0.0.5
Última Atualização 2021-07-27
Data de Publicação 2021-07-18
Classificação 3.86/5 Total de 7 Avaliações
Desenvolvedor AliTracking Technology
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://alitracking.poqdev.com/info/privacy
Idiomas Suportados 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"
    ]
}