Instacart Delivery Slot Tracker

For instacart.com. Shows an autorefreshed list of stores that have open delivery slots.

Что такое Instacart Delivery Slot Tracker?

Instacart Delivery Slot Tracker - это расширение Chrome, разработанное Unknown, и его основная функция - "For instacart.com. Shows an autorefreshed list of stores that have open delivery slots.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Instacart Delivery Slot Tracker

Скачайте файлы расширений Instacart Delivery Slot Tracker в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Instacart Delivery Slot Tracker Instacart Delivery Slot Tracker
ID mehnbpgcfpgfdmnicgfolcdjopjhbcfm
Официальный URL https://chromewebstore.google.com/detail/instacart-delivery-slot-t/mehnbpgcfpgfdmnicgfolcdjopjhbcfm
Описание For instacart.com. Shows an autorefreshed list of stores that have open delivery slots.
Размер файла 13.65 KB
Количество установок 136
Текущая Версия 1.0.0
Последнее Обновление 2020-04-13
Дата публикации 2020-04-13
Разработчик Unknown
Тип оплаты free
Поддерживаемые языки 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"
    }
}