Instacart Delivery Slot Tracker
For instacart.com. Shows an autorefreshed list of stores that have open delivery slots.
Qu'est-ce que Instacart Delivery Slot Tracker ?
Instacart Delivery Slot Tracker est une extension Chrome développée par Unknown, et sa fonction principale est "For instacart.com. Shows an autorefreshed list of stores that have open delivery slots.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Instacart Delivery Slot Tracker
Téléchargez les fichiers d'extension Instacart Delivery Slot Tracker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Instacart Delivery Slot Tracker |
ID | mehnbpgcfpgfdmnicgfolcdjopjhbcfm |
URL Officiel | https://chromewebstore.google.com/detail/instacart-delivery-slot-t/mehnbpgcfpgfdmnicgfolcdjopjhbcfm |
Description | For instacart.com. Shows an autorefreshed list of stores that have open delivery slots. |
Taille du Fichier | 13.65 KB |
Nombre d'Installations | 136 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2020-04-13 |
Date de Publication | 2020-04-13 |
Développeur | Unknown |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |