Instacart Delivery Slot Tracker
For instacart.com. Shows an autorefreshed list of stores that have open delivery slots.
¿Qué es Instacart Delivery Slot Tracker?
Instacart Delivery Slot Tracker es una extensión de Chrome desarrollada por Unknown, y su función principal es "For instacart.com. Shows an autorefreshed list of stores that have open delivery slots.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Instacart Delivery Slot Tracker
Descarga archivos de extensión Instacart Delivery Slot Tracker en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Instacart Delivery Slot Tracker |
ID | mehnbpgcfpgfdmnicgfolcdjopjhbcfm |
URL Oficial | https://chromewebstore.google.com/detail/instacart-delivery-slot-t/mehnbpgcfpgfdmnicgfolcdjopjhbcfm |
Descripción | For instacart.com. Shows an autorefreshed list of stores that have open delivery slots. |
Tamaño del Archivo | 13.65 KB |
Cantidad de Instalaciones | 136 |
Versión Actual | 1.0.0 |
Última Actualización | 2020-04-13 |
Fecha de Publicación | 2020-04-13 |
Desarrollador | Unknown |
Tipo de Pago | free |
Idiomas Soportados | 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" } } |