Aliexpress.com - Store info
Aliexpress.com - Store Info
Vad är Aliexpress.com - Store info?
Aliexpress.com - Store info är en Chrome-tillägg utvecklad av https://track24.ru, och dess huvudfunktion är "Aliexpress.com - Store Info".
Tilläggsskärmbilder
Ladda ner Aliexpress.com - Store info-förlängningens CRX-fil
Ladda ner Aliexpress.com - Store info-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Расширение для проверки продавцов, проверки истории цен и расширения функционала популярной торговой площадки Aliexpress.com. При помощи нашего расширения, Вы сможете быстро оценить надёжность продавца, узнать как изменялась цена на товар за последние несколько месяцев, узнать возможную сумму кэшбэка (и воспользоваться им) прямо на страницах товаров, отслеживать заказанные товары, без утомительного копирования и вставки трек-кодов, а простым кликом по иконке расположенной рядом с почтовым идентификатором в деталях заказа Aliexpress.com
Grundläggande Information om Tillägg
Namn | Aliexpress.com - Store info |
ID | adebmdeflhjephjfamdbbpbofjgbgmel |
Officiell webbadress | https://chromewebstore.google.com/detail/aliexpresscom-store-info/adebmdeflhjephjfamdbbpbofjgbgmel |
Beskrivning | Aliexpress.com - Store Info |
Filstorlek | 1.37 MB |
Antal Installationer | 8,406 |
Aktuell Version | 1.6.5 |
Senast Uppdaterad | 2023-05-22 |
Publiceringsdatum | 2020-01-03 |
Betyg | 2.65/5 Totalt 54 Betyg |
Utvecklare | https://track24.ru |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://track24.ru/?page=store-info |
Hjälpsida 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 till Sekretesspolicy Sidan | https://track24.ru?page=privacy |
Stödda Språk | 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" ] } ] } |