Instacart Delivery Slot Tracker
For instacart.com. Shows an autorefreshed list of stores that have open delivery slots.
O que é Instacart Delivery Slot Tracker?
Instacart Delivery Slot Tracker é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "For instacart.com. Shows an autorefreshed list of stores that have open delivery slots.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Instacart Delivery Slot Tracker
Baixe arquivos de extensão Instacart Delivery Slot Tracker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Instacart Delivery Slot Tracker |
ID | mehnbpgcfpgfdmnicgfolcdjopjhbcfm |
URL Oficial | https://chromewebstore.google.com/detail/instacart-delivery-slot-t/mehnbpgcfpgfdmnicgfolcdjopjhbcfm |
Descrição | For instacart.com. Shows an autorefreshed list of stores that have open delivery slots. |
Tamanho do Arquivo | 13.65 KB |
Contagem de Instalações | 136 |
Versão Atual | 1.0.0 |
Última Atualização | 2020-04-13 |
Data de Publicação | 2020-04-13 |
Desenvolvedor | Unknown |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |