Keepa - Amazon Price Tracker

Adds price history charts and the option to be alerted on price drops to all supported Amazon sites.

Keepa - Amazon Price Tracker क्या है?

Keepa - Amazon Price Tracker https://keepa.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds price history charts and the option to be alerted on price drops to all supported Amazon sites."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Keepa - Amazon Price Tracker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        ✅ Comprehensive Price History Charts
Explore detailed price history charts for over 4 billion Amazon products, making it easier than ever to spot trends and find the best deals.

✅ Smart Price Drop & Availability Alerts
Easily set up a price watch on any product page. We'll monitor the item for you and notify you when the price drops below your desired threshold. Plus, we track lightning deals too!

✅ International Amazon Price Comparison & Tracking
Effortlessly compare and track prices across all Amazon locales to find the most competitive offers.

✅ Daily Deals: Curated Selection of Recent Price Drops
Discover the best bargains with Keepa's daily deals, featuring products with the highest price drops in your favorite categories.

✅ Customizable Extension Experience
Tailor the extension's behavior to your preferences for a personalized shopping experience.

✅ Amazon Locale & Language Support
Amazon Locales: [ .com | .co.uk | .de | .co.jp | .fr | .ca | .it | .es | .in | .com.mx ]

No account required. Simply install and start saving money!

This extension doesn't add any browser buttons. Access and set it up directly on any Amazon product page.

We adhere to Chrome's minimum permissions policy and only request the following permissions:

Access to keepa.com: Necessary for server communication to provide price history data and manage your (optional) user account for price tracking.
Access to specified Amazon domains: Required to display our price history graph directly on Amazon product pages.
"storage": Allows the extension to store data (e.g., your settings) locally in your browser, similar to cookies.
For more information, review our concise privacy policy: https://keepa.com/#!disclaimer                    

एक्सटेंशन की मूल जानकारी

नाम Keepa - Amazon Price Tracker Keepa - Amazon Price Tracker
ID neebplgakaahbhdphmkckjjcegoiijjo
आधिकारिक URL https://chromewebstore.google.com/detail/keepa-amazon-price-tracke/neebplgakaahbhdphmkckjjcegoiijjo
विवरण Adds price history charts and the option to be alerted on price drops to all supported Amazon sites.
फ़ाइल का आकार 72.17 KB
स्थापना संख्या 4,109,192
वर्तमान संस्करण 4.16
अंतिम अपडेट 2024-02-08
प्रकाशन तिथि 2020-05-19
रेटिंग 4.76/5 कुल 4797 रेटिंग्स
डेवलपर https://keepa.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://keepa.com/
सहायता पृष्ठ URL https://keepa.com/#!discuss
गोपनीयता नीति पृष्ठ URL https://keepa.com/privacypolicy.html
समर्थित भाषाएँ de,en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Keepa - Amazon Price Tracker",
    "short_name": "Keepa",
    "version": "4.16",
    "permissions": [
        "storage",
        "cookies",
        "contextMenus",
        "*:\/\/*.keepa.com\/*",
        "*:\/\/*.amazon.com\/*",
        "*:\/\/*.amzn.com\/*",
        "*:\/\/*.amazon.co.uk\/*",
        "*:\/\/*.amazon.de\/*",
        "*:\/\/*.amazon.fr\/*",
        "*:\/\/*.amazon.it\/*",
        "*:\/\/*.amazon.ca\/*",
        "*:\/\/*.amazon.com.mx\/*",
        "*:\/\/*.amazon.es\/*",
        "*:\/\/*.amazon.co.jp\/*",
        "*:\/\/*.amazon.in\/*",
        "*:\/\/*.amazon.com.br\/*",
        "*:\/\/*.amazon.nl\/*",
        "*:\/\/*.amazon.com.au\/*"
    ],
    "optional_permissions": [
        "webRequest",
        "webRequestBlocking"
    ],
    "author": "Keepa GmbH",
    "background": {
        "page": "chrome\/content\/background.html"
    },
    "web_accessible_resources": [
        "chrome\/content\/selectionHook.js"
    ],
    "default_locale": "en",
    "manifest_version": 2,
    "options_page": "chrome\/content\/options.html",
    "homepage_url": "https:\/\/keepa.com",
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "chrome\/content\/content.js"
            ],
            "matches": [
                "*:\/\/*.keepa.com\/*",
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.amzn.com\/*",
                "*:\/\/*.amazon.co.uk\/*",
                "*:\/\/*.amazon.de\/*",
                "*:\/\/*.amazon.fr\/*",
                "*:\/\/*.amazon.it\/*",
                "*:\/\/*.amazon.ca\/*",
                "*:\/\/*.amazon.com.mx\/*",
                "*:\/\/*.amazon.es\/*",
                "*:\/\/*.amazon.co.jp\/*",
                "*:\/\/*.amazon.in\/*",
                "*:\/\/*.amazon.com.br\/*",
                "*:\/\/*.amazon.nl\/*",
                "*:\/\/*.amazon.com.au\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_icon": {
            "32": "icons\/i32.png",
            "48": "icons\/i48.png"
        },
        "default_title": "Keepa automatically loads on Amazon product pages."
    },
    "description": "Adds price history charts and the option to be alerted on price drops to all supported Amazon sites.",
    "icons": {
        "128": "icons\/i128.png",
        "16": "icons\/i16.png",
        "32": "icons\/i32.png",
        "48": "icons\/i48.png"
    }
}