Instacart Delivery Slot Tracker
For instacart.com. Shows an autorefreshed list of stores that have open delivery slots.
Was ist Instacart Delivery Slot Tracker?
Instacart Delivery Slot Tracker ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "For instacart.com. Shows an autorefreshed list of stores that have open delivery slots.".
Erweiterungsscreenshots
Instacart Delivery Slot Tracker-Erweiterungs-CRX-Datei herunterladen
Laden Sie Instacart Delivery Slot Tracker-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
Instacart delivery slots can be hard to come by. Instead of repeatedly checking each store to see if delivery has opened up, this tool does the work for you. Features: - Adds an item to the main menu, near the logo, that opens a dashboard. - Dashboard pops over the website, listing each store in your area. The store lights up green if it has open delivery slots. - Includes a badge indicator for the number of open delivery slots. - Refreshes automatically.
Grundlegende Informationen zur Erweiterung
Name | Instacart Delivery Slot Tracker |
ID | mehnbpgcfpgfdmnicgfolcdjopjhbcfm |
Offizielle URL | https://chromewebstore.google.com/detail/instacart-delivery-slot-t/mehnbpgcfpgfdmnicgfolcdjopjhbcfm |
Beschreibung | For instacart.com. Shows an autorefreshed list of stores that have open delivery slots. |
Dateigröße | 13.65 KB |
Installationsanzahl | 136 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2020-04-13 |
Veröffentlichungsdatum | 2020-04-13 |
Entwickler | Unknown |
Zahlungsart | free |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Instacart Delivery Slot Tracker", "version": "1.0.0", "description": "For instacart.com. Shows an autorefreshed list of stores that have open delivery slots.", "content_scripts": [ { "css": [ "styles.css" ], "js": [ "bundle.js" ], "matches": [ "https:\/\/www.instacart.com\/*" ] } ], "icons": { "128": "extension-icon.png" } } |