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!」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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                    

拡張機能の基本情報

名前 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
Eメール [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"
    }
}