In-stock Alerts (Beta)

Get alerted when an item gets back in-stock.

Was ist In-stock Alerts (Beta)?

In-stock Alerts (Beta) ist eine Chrome-Erweiterung, die von Mahesh entwickelt wurde, und ihr Hauptmerkmal ist "Get alerted when an item gets back in-stock.".

Erweiterungsscreenshots

screenshot
screenshot

In-stock Alerts (Beta)-Erweiterungs-CRX-Datei herunterladen

Laden Sie In-stock Alerts (Beta)-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name In-stock Alerts (Beta) In-stock Alerts (Beta)
ID pcdmjenfjbffehpfmmdbkbdbgllpnmac
Offizielle URL https://chromewebstore.google.com/detail/in-stock-alerts-beta/pcdmjenfjbffehpfmmdbkbdbgllpnmac
Beschreibung Get alerted when an item gets back in-stock.
Dateigröße 1.6 MB
Installationsanzahl 677
Aktuelle Version 0.2.9
Letztes Update 2020-10-22
Veröffentlichungsdatum 2020-05-11
Bewertung 1.83/5 Insgesamt 6 Bewertungen
Entwickler Mahesh
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.getinstockalerts.com/
Unterstützte Sprachen 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"
    }
}