AliWizard shopping assistant for Aliexpress
The Best Helper ever for Aliexpress Shopoholics!
O que é AliWizard shopping assistant for Aliexpress?
AliWizard shopping assistant for Aliexpress é uma extensão do Chrome desenvolvida por aliwiz, e sua principal característica é "The Best Helper ever for Aliexpress Shopoholics!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão AliWizard shopping assistant for Aliexpress
Baixe arquivos de extensão AliWizard shopping assistant for Aliexpress 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
AliWiz helps make best buys on AliExpress providing reliable information on sellers and products Once AliWiz is added, you can: ✅go through real customer reviews and photos; ✅find out a trust level of AliExpress sellers and shops; ✅see price dynamic of a product; ✅track the price of a product and receive notifications when the price is changed; ✅have easy access to recommended similar items; AliWiz helps you to make sure if sales (like AliExpress Birthday 💥 and Black Friday ♥︎) are real – just check the price history and see how it’s been changed
Informações Básicas da Extensão
Nome | |
ID | ockcndbfhfehadkignfpicaaamkdehka |
URL Oficial | https://chrome.google.com/webstore/detail/aliwizard-shopping-assist/ockcndbfhfehadkignfpicaaamkdehka |
Descrição | The Best Helper ever for Aliexpress Shopoholics! |
Tamanho do Arquivo | 399 KB |
Contagem de Instalações | 5,000 |
Versão Atual | 1.0.92 |
Última Atualização | 2020-05-22 |
Data de Publicação | 2020-05-22 |
Classificação | 2.33/5 Total de 9 Avaliações |
Desenvolvedor | aliwiz |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | http://aliwiz.info/pp.html |
Idiomas Suportados | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_name__", "author": "Anton Yolhin", "description": "__MSG_description__", "version": "1.0.92", "default_locale": "en", "permissions": [ "storage", "https:\/\/*.aliexpress.com\/*", "https:\/\/tmall.ru\/*", "https:\/\/*.pricearchive.org\/*", "https:\/\/*.aliradar.com\/*", "https:\/\/sa.3205.tools\/*" ], "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.aliexpress.com\/*", "*:\/\/*.aliexpress.ru\/*", "https:\/\/tmall.ru\/*" ], "js": [ "\/content.js" ], "css": [ "\/fonts\/fonts.css" ], "run_at": "document_idle", "all_frames": true } ], "background": { "scripts": [ "\/background.js" ], "persistent": true }, "browser_action": { "default_icon": "icon-48.png", "default_title": "__MSG_name__", "default_popup": "popup\/popup.html" } } |