AliWizard shopping assistant for Aliexpress

The Best Helper ever for Aliexpress Shopoholics!

Was ist AliWizard shopping assistant for Aliexpress?

AliWizard shopping assistant for Aliexpress ist eine Chrome-Erweiterung, die von aliwiz entwickelt wurde, und ihr Hauptmerkmal ist "The Best Helper ever for Aliexpress Shopoholics!".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

AliWizard shopping assistant for Aliexpress-Erweiterungs-CRX-Datei herunterladen

Laden Sie AliWizard shopping assistant for Aliexpress-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name AliWizard shopping assistant for Aliexpress AliWizard shopping assistant for Aliexpress
ID ockcndbfhfehadkignfpicaaamkdehka
Offizielle URL https://chrome.google.com/webstore/detail/aliwizard-shopping-assist/ockcndbfhfehadkignfpicaaamkdehka
Beschreibung The Best Helper ever for Aliexpress Shopoholics!
Dateigröße 399 KB
Installationsanzahl 5,000
Aktuelle Version 1.0.92
Letztes Update 2020-05-22
Veröffentlichungsdatum 2020-05-22
Bewertung 2.33/5 Insgesamt 9 Bewertungen
Entwickler aliwiz
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite http://aliwiz.info/pp.html
Unterstützte Sprachen 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"
    }
}