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文件

下載AMZ Radar — Amazon price tracker for shopping擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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]"
        }
    }
}