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