Aliexpress.com - Store info

Aliexpress.com - Store Info

What is Aliexpress.com - Store info?

Aliexpress.com - Store info is a Chrome extension developed by https://track24.ru, and its main feature is "Aliexpress.com - Store Info".

Extension Screenshots

screenshot
screenshot
screenshot

Download Aliexpress.com - Store info Extension CRX File

Download Aliexpress.com - Store info extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Расширение для проверки продавцов, проверки истории цен и расширения функционала популярной торговой площадки Aliexpress.com.

При помощи нашего расширения, Вы сможете быстро оценить надёжность продавца, узнать как изменялась цена на товар за последние несколько месяцев, узнать возможную сумму кэшбэка (и воспользоваться им) прямо на страницах товаров, 
отслеживать заказанные товары, без утомительного копирования и вставки трек-кодов, а простым кликом по иконке расположенной рядом с почтовым идентификатором в деталях заказа Aliexpress.com                    

Extension Basic Information

Name Aliexpress.com - Store info Aliexpress.com - Store info
ID adebmdeflhjephjfamdbbpbofjgbgmel
Official URL https://chromewebstore.google.com/detail/aliexpresscom-store-info/adebmdeflhjephjfamdbbpbofjgbgmel
Description Aliexpress.com - Store Info
File Size 1.37 MB
Installation Count 8,406
Current Version 1.6.5
Last Updated 2023-05-22
Publish Date 2020-01-03
Rating 2.65/5 Total 54 Ratings
Developer https://track24.ru
Email [email protected]
Payment Type free
Extension Website https://track24.ru/?page=store-info
Help Page URL https://forum.track24.ru/index.php?threads/%D0%A0%D0%B0%D1%81%D1%88%D0%B8%D1%80%D0%B5%D0%BD%D0%B8%D0%B5-aliexpress-com-store-info.47/
Privacy Policy Page URL https://track24.ru?page=privacy
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Aliexpress.com - Store info",
    "description": "Aliexpress.com - Store Info",
    "version": "1.6.5",
    "manifest_version": 2,
    "browser_action": {
        "default_title": "\u041f\u0440\u043e\u0432\u0435\u0440\u0438\u0442\u044c \u043f\u0440\u043e\u0434\u0430\u0432\u0446\u0430 Aliexpress.com",
        "default_icon": "img\/16x16.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/16x16.png",
        "32": "img\/32x32.png",
        "48": "img\/48x48.png",
        "128": "img\/128x128.png"
    },
    "permissions": [
        "tabs",
        "background",
        "https:\/\/track24.ru\/*",
        "https:\/\/*.track24.ru\/*",
        "http:\/\/*.aliexpress.com\/*",
        "https:\/\/*.aliexpress.com\/*",
        "http:\/\/*.aliexpress.ru\/*\/*",
        "https:\/\/*.aliexpress.ru\/*",
        "https:\/\/letyshops.ru\/api\/*"
    ],
    "web_accessible_resources": [
        "img\/*"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.aliexpress.com\/*",
                "https:\/\/*.aliexpress.com\/*",
                "http:\/\/*.aliexpress.ru\/*",
                "https:\/\/*.aliexpress.ru\/*"
            ],
            "css": [
                "css\/style.css",
                "css\/font-awesome.min.css",
                "css\/animate.min.css"
            ],
            "js": [
                "js\/jquery-latest.js",
                "js\/content.js",
                "js\/chart.min.js"
            ]
        }
    ]
}