AMZ Radar — Amazon price tracker for shopping

Price history and price tracking for billions of products on all Amazon ™ web sites.

AMZ Radar — Amazon price tracker for shopping란 무엇입니까?

AMZ Radar — Amazon price tracker for shopping은(는) https://amzradar.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Price history and price tracking for billions of products on all Amazon ™ web sites."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

AMZ Radar — Amazon price tracker for shopping 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Shop smartly on Amazon!

With the AMZ Radar extension you can:
 • Save money and time. Quickly check online price history and buy only the items with the lowest price.
 • Understand if a product is overpriced. Very relevant during the Black Friday and Cyber Monday sales.
 • Compare the price of an item from Amazon, third-party sellers and used items — avoid unnecessary overpaying.
 • Preview links to products. No need to open a link every time to find out the current price — just hover your cursor over it.

Main features of Amazon addon:
 • Detailed price history chart.
 • Price history graph is always visible in a neat little widget. Full chart is one click away.
 • Preview of links leading to Amazon. Also works with minified amzn.to links.
 • Supports popular regional stores: US, UK, DE, JP, FR, CA, IT, ES, IN, MX.

Future plans of Amazon plugin:
 • Notifications about price drops and alerts.
 • Translation into other languages.
 • Track lightning deals.

This add-on is 100% free and is not affiliated with Amazon™.                    

확장 프로그램 기본 정보

이름 AMZ Radar — Amazon price tracker for shopping AMZ Radar — Amazon price tracker for shopping
ID apdkepbhjfikeebchkdgljccbogjdmom
공식 URL https://chromewebstore.google.com/detail/amz-radar-%E2%80%94-amazon-price/apdkepbhjfikeebchkdgljccbogjdmom
설명 Price history and price tracking for billions of products on all Amazon ™ web sites.
파일 크기 142 KB
설치 횟수 4,335
현재 버전 1.3.1
최근 업데이트 2022-10-07
출시 날짜 2020-10-30
평점 4.58/5 총 19 개의 평점
개발자 https://amzradar.com
이메일 [email protected]
결제 유형 free
지원되는 언어 de,en,fr,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.3.1",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "browser_action": {
        "default_icon": {
            "128": "icons\/amz-64.png"
        }
    },
    "icons": {
        "128": "icons\/amz-64.png"
    },
    "permissions": [
        "",
        "cookies",
        "storage",
        "tabs",
        "webNavigation"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    }
}