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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
개인정보 보호 정책 페이지 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"
    }
}