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是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“For instacart.com. Shows an autorefreshed list of stores that have open delivery slots.”。

扩展截图

screenshot
screenshot

下载Instacart Delivery Slot Tracker扩展crx文件

下载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"
    }
}