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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://amzradar.com และคุณลักษณะหลักของมันคือ "Price history and price tracking for billions of products on all Amazon ™ web sites."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AMZ Radar — Amazon price tracker for shopping

ดาวน์โหลดไฟล์ส่วนขยาย 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
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]"
        }
    }
}