AliWizard shopping assistant for Aliexpress
The Best Helper ever for Aliexpress Shopoholics!
什麼是AliWizard shopping assistant for Aliexpress?
AliWizard shopping assistant for Aliexpress是由aliwiz開發的Chrome擴展程式,該擴展的主要功能是“The Best Helper ever for Aliexpress Shopoholics!”。
擴展截圖
下載AliWizard shopping assistant for Aliexpress擴展crx文件
下載AliWizard shopping assistant for Aliexpress擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | |
ID | ockcndbfhfehadkignfpicaaamkdehka |
官方網址 | https://chrome.google.com/webstore/detail/aliwizard-shopping-assist/ockcndbfhfehadkignfpicaaamkdehka |
簡介 | The Best Helper ever for Aliexpress Shopoholics! |
檔案大小 | 399 KB |
安裝次數 | 5,000 |
目前版本 | 1.0.92 |
更新時間 | 2020-05-22 |
上架時間 | 2020-05-22 |
評分 | 2.33/5 共 9 次評分 |
開發者 | aliwiz |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | http://aliwiz.info/pp.html |
支援的語言 | 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" } } |