Amazon Price Tracker

Tracks Amazon Product Prices

Amazon Price Tracker क्या है?

Amazon Price Tracker SchoolHelper द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Tracks Amazon Product Prices"।

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

screenshot
screenshot

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

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

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

                        A simple Amazon Price tracker.  It has two possible functions, one allows it to save a new product while the other shows the current products the extension is keeping track of.

DISCLAIMER:  Some products on Amazon like books or products with multiple prices do not function as intended.

Privacy:  This extension can only access your browsing when on the amazon website.  It only saves the URL of the product page when you click the button titled, "save this product".                    

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

नाम Amazon Price Tracker Amazon Price Tracker
ID npdolbglkedboekdpjcgfnnekcciedki
आधिकारिक URL https://chromewebstore.google.com/detail/amazon-price-tracker/npdolbglkedboekdpjcgfnnekcciedki
विवरण Tracks Amazon Product Prices
फ़ाइल का आकार 14.39 KB
स्थापना संख्या 26
वर्तमान संस्करण 1.2
अंतिम अपडेट 2019-01-17
प्रकाशन तिथि 2019-01-17
डेवलपर SchoolHelper
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Amazon Price Tracker",
    "short_name": "amazonWatch",
    "version": "1.2",
    "description": "Tracks Amazon Product Prices",
    "manifest_version": 2,
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Track Amazon Products!"
    },
    "icons": {
        "32": "images\/logoA32.png",
        "48": "images\/logoA48.png",
        "128": "images\/logoA128.png"
    },
    "permissions": [
        "storage",
        "https:\/\/www.amazon.com\/*"
    ]
}