AliSaver - AliExpress Shopping and Cashback

Earn cashback on AliExpress purchases; Track price history and receive price-drop notification; Search product by image.

AliSaver - AliExpress Shopping and Cashback란 무엇입니까?

AliSaver - AliExpress Shopping and Cashback은(는) https://deals99.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Earn cashback on AliExpress purchases; Track price history and receive price-drop notification; Search product by image."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

AliSaver - AliExpress Shopping and Cashback 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        AliSaver is designed to enhance your AliExpress shopping experience. From price comparison and search similar items by image, AliSaver provides a new level of convenience.

This extension allows you to make money through shopping and sharing! After downloading the extension and registering, you can receive a 4% commission once you've purchased almost any products on AE. By sharing our shopping links, you will get a chance to receive even more cashback. You can withdraw your commission to your bank card or redeem it for an Amazon's eGift Card.

Full features including:

★ Shop and receive cashback: install this extension, shop or share the product with your friends and you will receive a cashback
★ 90-days Price Tracker: one touch to see price trends while browsing. You will immediately know if this is a good deal.
★ Price Drop Alert: save what you like to wish list, so that you get an alert at the first opportunity when price drops, and will never miss a good deal.
★ Price comparison suggestions: if a product that you are browsing has a cheaper alternative, we would recommend it to you.
★ Invite friends to register on our website and you will get a chance to receive a reward. For every user you invite, you can earn up to US$25.

Any questions about our services, please refer to the FAQ: http://deals99.com/doc/help

Or contact us at https://deals99.com/feedback                    

확장 프로그램 기본 정보

이름 AliSaver - AliExpress Shopping and Cashback AliSaver - AliExpress Shopping and Cashback
ID mbpccgpiidnajgnapidpjmcjakjhkbom
공식 URL https://chromewebstore.google.com/detail/alisaver-aliexpress-shopp/mbpccgpiidnajgnapidpjmcjakjhkbom
설명 Earn cashback on AliExpress purchases; Track price history and receive price-drop notification; Search product by image.
파일 크기 427 KB
설치 횟수 23,482
현재 버전 4.0.3
최근 업데이트 2023-07-04
출시 날짜 2019-10-18
평점 4.57/5 총 2133 개의 평점
개발자 https://deals99.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://deals99.com/
도움말 페이지 URL https://deals99.com/help
개인정보 보호 정책 페이지 URL https://deals99.com/doc/privacy
지원되는 언어 id,de,en,fr,tr,es,it,pl,pt-BR,pt-PT,ro,sk,cs,el,bg,ru,uk,iw,th,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "version": "4.0.3",
    "manifest_version": 2,
    "default_locale": "en",
    "browser_action": {
        "default_icon": "build\/logo_16.png",
        "default_popup": "build\/popup.html"
    },
    "icons": {
        "16": "build\/logo_16.png",
        "48": "build\/logo_48.png",
        "128": "build\/logo_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.deals99.com\/*"
            ],
            "js": [
                "build\/install_status.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*.aliexpress.com\/*",
                "*:\/\/*.aliexpress.us\/*",
                "*:\/\/*.aliexpress.ru\/*"
            ],
            "exclude_matches": [
                "*:\/\/developers.aliexpress.com\/*",
                "*:\/\/login.aliexpress.com\/*",
                "*:\/\/open.aliexpress.com\/*",
                "*:\/\/portals.aliexpress.com\/*",
                "*:\/\/*.aliexpress.com\/item\/*",
                "*:\/\/*.aliexpress.us\/item\/*",
                "*:\/\/*.aliexpress.ru\/item\/*",
                "*:\/\/*.aliexpress.com\/store\/product\/*",
                "*:\/\/*.aliexpress.us\/store\/product\/*",
                "*:\/\/*.aliexpress.ru\/store\/product\/*"
            ],
            "js": [
                "build\/main.js",
                "build\/aliexpress_toolbar.js",
                "build\/promotion_urls.js"
            ],
            "css": [
                "build\/main.css"
            ]
        },
        {
            "matches": [
                "*:\/\/*.aliexpress.com\/item\/*",
                "*:\/\/*.aliexpress.us\/item\/*",
                "*:\/\/*.aliexpress.ru\/item\/*",
                "*:\/\/*.aliexpress.com\/store\/product\/*",
                "*:\/\/*.aliexpress.us\/store\/product\/*",
                "*:\/\/*.aliexpress.ru\/store\/product\/*"
            ],
            "js": [
                "build\/main.js",
                "build\/aliexpress_item.js",
                "build\/promotion_urls.js"
            ],
            "css": [
                "build\/main.css",
                "build\/aliexpress_item.css"
            ]
        },
        {
            "matches": [
                "*:\/\/*.aliexpress.com\/wholesale*",
                "*:\/\/*.aliexpress.us\/wholesale*",
                "*:\/\/*.aliexpress.com\/w\/wholesale*",
                "*:\/\/*.aliexpress.us\/w\/wholesale*",
                "*:\/\/*.aliexpress.com\/af\/*",
                "*:\/\/*.aliexpress.us\/af\/*",
                "*:\/\/*.aliexpress.com\/category\/*",
                "*:\/\/*.aliexpress.us\/category\/*",
                "*:\/\/*.aliexpress.com\/af\/category\/*",
                "*:\/\/*.aliexpress.us\/af\/category\/*",
                "*:\/\/*.aliexpress.com\/premium\/category\/*",
                "*:\/\/*.aliexpress.us\/premium\/category\/*",
                "*:\/\/*.aliexpress.com\/store\/*\/*"
            ],
            "js": [
                "build\/aliexpress_item_list.js"
            ],
            "css": [
                "build\/aliexpress_item_list.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "build\/*"
    ],
    "options_ui": {
        "page": "build\/options.html"
    },
    "background": {
        "scripts": [
            "build\/main.js",
            "build\/background_message.js",
            "build\/background_installed.js",
            "build\/background_notification.js",
            "build\/background_context_menus.js"
        ]
    },
    "permissions": [
        "tabs",
        "alarms",
        "storage",
        "contextMenus",
        "notifications",
        "https:\/\/deals99.com\/jsonp\/*",
        "https:\/\/api.alitools.io\/products\/*"
    ]
}