In-stock Alerts (Beta)

Get alerted when an item gets back in-stock.

In-stock Alerts (Beta) क्या है?

In-stock Alerts (Beta) Mahesh द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get alerted when an item gets back in-stock."।

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

screenshot
screenshot

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

crx प्रारूप में In-stock Alerts (Beta) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        This is in beta! The app notifies you when an item is back in-stock. Currently, the app supports Amazon.com, Sam's Club and Target with more retailers planned in the near future. In this version, Amazon.com has been added.

Also, the alert only works for online deliveries (not for pick-up or drive-up)...yet.

How to use the extension:
1. Install the extension from Chrome Store
2. Visit target.com, amazon.com or samsclub.com and when you come across a product that is not in stock, look for the "Notify Me" yellow button.
3. Mouseover the button and enter your email address to subscribe to back-in-stock alerts for that product.
4. Once you receive the alert email, you can click on the product and buy it.                    

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

नाम In-stock Alerts (Beta) In-stock Alerts (Beta)
ID pcdmjenfjbffehpfmmdbkbdbgllpnmac
आधिकारिक URL https://chromewebstore.google.com/detail/in-stock-alerts-beta/pcdmjenfjbffehpfmmdbkbdbgllpnmac
विवरण Get alerted when an item gets back in-stock.
फ़ाइल का आकार 1.6 MB
स्थापना संख्या 677
वर्तमान संस्करण 0.2.9
अंतिम अपडेट 2020-10-22
प्रकाशन तिथि 2020-05-11
रेटिंग 1.83/5 कुल 6 रेटिंग्स
डेवलपर Mahesh
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.getinstockalerts.com/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "In-stock Alerts (Beta)",
    "version": "0.2.9",
    "description": "Get alerted when an item gets back in-stock.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.samsclub.com\/*",
                "https:\/\/*.target.com\/*",
                "https:\/\/*.cvs.com\/*",
                "https:\/\/*.amazon.com\/*"
            ],
            "css": [
                "application.css"
            ],
            "js": [
                "jquery.min.js",
                "content.js",
                "application.js"
            ],
            "web_accessible_resources": [
                "logo.png"
            ],
            "permissions": [
                "https:\/\/*.samsclub.com\/*",
                "https:\/\/*.target.com\/*",
                "https:\/\/*.cvs.com\/*",
                "https:\/\/*.amazon.com\/*"
            ]
        }
    ],
    "icons": {
        "128": "logo128.png"
    }
}