AliPrice Shopping Assistant for Amazon

AliPrice.com -- Your price tracker for Amazon.

AliPrice Shopping Assistant for Amazon란 무엇입니까?

AliPrice Shopping Assistant for Amazon은(는) aliprice2에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "AliPrice.com -- Your price tracker for Amazon."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

AliPrice Shopping Assistant for Amazon 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        AliPrice Shopping Assistant for Amazon is a price tracking tool for users on Amazon
Currently it works on amazon.com(US), amazon.co.uk(UK) and amazon.ae(UAE).

Main features:
1. Price history: track Amazon products' price history within 3/6 months
2. Price drop alert: Add Amazon products to your favorites and you will receive notification when its price drops
3. Image search, right-click to search for the same product on AliExpress, eBay, 1688 and other websites
4. Download the review images from AliExpress and Amazon and export the reviews to Excel
5. Download pictures from 1688, Taobao, Amazon and other websites, translate and edit images on AliPrice
6. Copy the link for easy sharing
7. The top shows the same products on eBay, Walmart and other websites
8. Search by image to find similar products from 1688.com, Tabao, Aliexpress, etc.

If you have any questions or suggestions, please feel free to contact us:
https://www.aliprice.com/information/index?page=contact

Amazon is a trademark of Amazon.com, Inc. This extension was not created or endorsed by Amazon.
We use technologies like cookies (small files stored by your browser), web beacons, or unique device identifiers to anonymously identify your computer or device so we can deliver a better experience. Our systems also log information like your browser, operating system and IP address. For more details please read our Privacy Policy - https://www.aliprice.com/information/index?page=privacy
By installing the AliPrice extension, you accept the terms of the "AliPrice Terms of Service" and allow the extension to redirect to affiliate program links, including Amazon and other programs. AliPrice Terms of Service - https://www.aliprice.com/information/index/page/term_of_use

Android: https://play.google.com/store/apps/details?id=com.dengpai.aliprice
IOS: https://apps.apple.com/us/app/aliprice-aliexpress-assitant/id1282323896
Edge/Opera/Firefox: https://www.aliprice.com/?extension=amazon                    

확장 프로그램 기본 정보

이름 AliPrice Shopping Assistant for Amazon AliPrice Shopping Assistant for Amazon
ID nhfmioilpglanakdpomfobcmbkbjedha
공식 URL https://chromewebstore.google.com/detail/aliprice-shopping-assista/nhfmioilpglanakdpomfobcmbkbjedha
설명 AliPrice.com -- Your price tracker for Amazon.
파일 크기 4.54 MB
설치 횟수 10,082
현재 버전 3.0.2
최근 업데이트 2024-02-06
출시 날짜 2020-07-04
평점 4.96/5 총 201 개의 평점
개발자 aliprice2
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.aliprice.com/
도움말 페이지 URL https://www.aliprice.com/information/index?page=contact
개인정보 보호 정책 페이지 URL https://www.aliprice.com/information/index/page/privacy
지원되는 언어 de,en,fr,nl,tr,es,es-419,it,pl,pt-BR,pt-PT,hi,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "name": "__MSG_EXTENSION_NAME__",
    "short_name": "__MSG_EXTENSION_NAME__",
    "description": "__MSG_EXTENSION_DESCRIPTION__",
    "version": "3.0.2",
    "manifest_version": 3,
    "default_locale": "en",
    "homepage_url": "https:\/\/www.aliprice.com?ext_id=1023&channel=chrome&platform=amazon&version=3.0.2&browser=chrome&mv=3",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "assets\/js\/background.js"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/js\/chunk-common.js",
                "assets\/js\/chunk-vendors.js",
                "assets\/js\/content-script.js"
            ],
            "css": [
                "assets\/css\/chunk-common.css",
                "assets\/css\/content-script.css"
            ],
            "matches": [
                "*:\/\/*.amazon.ae\/*",
                "*:\/\/*.amazon.ca\/*",
                "*:\/\/*.amazon.cn\/*",
                "*:\/\/*.amazon.co.jp\/*",
                "*:\/\/*.amazon.co.uk\/*",
                "*:\/\/*.amazon.com.au\/*",
                "*:\/\/*.amazon.com.br\/*",
                "*:\/\/*.amazon.com.mx\/*",
                "*:\/\/*.amazon.com.tr\/*",
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.amazon.de\/*",
                "*:\/\/*.amazon.es\/*",
                "*:\/\/*.amazon.fr\/*",
                "*:\/\/*.amazon.in\/*",
                "*:\/\/*.amazon.it\/*",
                "*:\/\/*.amazon.nl\/*"
            ],
            "exclude_matches": [
                "*:\/\/*.aws.amazon.com\/*"
            ]
        }
    ],
    "options_ui": {
        "open_in_tab": true,
        "page": "options.html"
    },
    "action": {
        "default_icon": {
            "16": "icons\/16.png",
            "32": "icons\/32.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "alarms",
        "contextMenus",
        "cookies",
        "notifications",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.aliexpress.com\/*",
        "*:\/\/*.aliprice.com\/*",
        "*:\/\/*.amazon.ae\/*",
        "*:\/\/*.amazon.ca\/*",
        "*:\/\/*.amazon.cn\/*",
        "*:\/\/*.amazon.co.jp\/*",
        "*:\/\/*.amazon.co.uk\/*",
        "*:\/\/*.amazon.com.au\/*",
        "*:\/\/*.amazon.com.br\/*",
        "*:\/\/*.amazon.com.mx\/*",
        "*:\/\/*.amazon.com.tr\/*",
        "*:\/\/*.amazon.com\/*",
        "*:\/\/*.amazon.de\/*",
        "*:\/\/*.amazon.es\/*",
        "*:\/\/*.amazon.fr\/*",
        "*:\/\/*.amazon.in\/*",
        "*:\/\/*.amazon.it\/*",
        "*:\/\/*.amazon.nl\/*",
        "*:\/\/*.ebay.com\/*",
        "*:\/\/*.walmart.com\/*",
        "*:\/\/*.wish.com\/*",
        "*:\/\/ssl.google-analytics.com\/*"
    ],
    "optional_permissions": [
        "downloads"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*.amazon.ae\/*",
                "*:\/\/*.amazon.ca\/*",
                "*:\/\/*.amazon.cn\/*",
                "*:\/\/*.amazon.co.jp\/*",
                "*:\/\/*.amazon.co.uk\/*",
                "*:\/\/*.amazon.com.au\/*",
                "*:\/\/*.amazon.com.br\/*",
                "*:\/\/*.amazon.com.mx\/*",
                "*:\/\/*.amazon.com.tr\/*",
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.amazon.de\/*",
                "*:\/\/*.amazon.es\/*",
                "*:\/\/*.amazon.fr\/*",
                "*:\/\/*.amazon.in\/*",
                "*:\/\/*.amazon.it\/*",
                "*:\/\/*.amazon.nl\/*"
            ],
            "resources": [
                "assets\/*"
            ]
        }
    ]
}