AliWizard shopping assistant for Aliexpress
The Best Helper ever for Aliexpress Shopoholics!
AliWizard shopping assistant for Aliexpress क्या है?
AliWizard shopping assistant for Aliexpress aliwiz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The Best Helper ever for Aliexpress Shopoholics!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में AliWizard shopping assistant for Aliexpress एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
आधिकारिक URL | 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" } } |