Aliexpress.com - Store info
Aliexpress.com - Store Info
Wat is Aliexpress.com - Store info?
Aliexpress.com - Store info is een Chrome-extensie ontwikkeld door https://track24.ru, en de belangrijkste functie is "Aliexpress.com - Store Info".
Extensie Screenshots
Download het CRX-bestand van de extensie Aliexpress.com - Store info
Download Aliexpress.com - Store info-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Расширение для проверки продавцов, проверки истории цен и расширения функционала популярной торговой площадки Aliexpress.com. При помощи нашего расширения, Вы сможете быстро оценить надёжность продавца, узнать как изменялась цена на товар за последние несколько месяцев, узнать возможную сумму кэшбэка (и воспользоваться им) прямо на страницах товаров, отслеживать заказанные товары, без утомительного копирования и вставки трек-кодов, а простым кликом по иконке расположенной рядом с почтовым идентификатором в деталях заказа Aliexpress.com
Basisinformatie over de Extensie
Naam | Aliexpress.com - Store info |
ID | adebmdeflhjephjfamdbbpbofjgbgmel |
Officiële URL | https://chromewebstore.google.com/detail/aliexpresscom-store-info/adebmdeflhjephjfamdbbpbofjgbgmel |
Beschrijving | Aliexpress.com - Store Info |
Bestandsgrootte | 1.37 MB |
Aantal Installaties | 8,406 |
Huidige Versie | 1.6.5 |
Laatst Bijgewerkt | 2023-05-22 |
Publicatiedatum | 2020-01-03 |
Beoordeling | 2.65/5 Totaal 54 Beoordelingen |
Ontwikkelaar | https://track24.ru |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://track24.ru/?page=store-info |
Help Pagina-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/ |
URL van de Privacybeleid Pagina | https://track24.ru?page=privacy |
Ondersteunde Talen | 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" ] } ] } |