AliWizard shopping assistant for Aliexpress

The Best Helper ever for Aliexpress Shopoholics!

ما هو AliWizard shopping assistant for Aliexpress؟

AliWizard shopping assistant for Aliexpress هو إضافة Chrome تم تطويرها بواسطة aliwiz، والميزة الرئيسية لها هي "The Best Helper ever for Aliexpress Shopoholics!".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة AliWizard shopping assistant for Aliexpress

قم بتنزيل ملفات الامتداد AliWizard shopping assistant for Aliexpress بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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                    

معلومات أساسية عن التمديد

الاسم AliWizard shopping assistant for Aliexpress AliWizard shopping assistant for Aliexpress
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
عنوان صفحة سياسة الخصوصية 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"
    }
}