Instacart Delivery Slot Tracker

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

Apa itu Instacart Delivery Slot Tracker?

Instacart Delivery Slot Tracker adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "For instacart.com. Shows an autorefreshed list of stores that have open delivery slots.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Instacart Delivery Slot Tracker

Unduh file ekstensi Instacart Delivery Slot Tracker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Instacart Delivery Slot Tracker Instacart Delivery Slot Tracker
ID mehnbpgcfpgfdmnicgfolcdjopjhbcfm
URL Resmi https://chromewebstore.google.com/detail/instacart-delivery-slot-t/mehnbpgcfpgfdmnicgfolcdjopjhbcfm
Deskripsi For instacart.com. Shows an autorefreshed list of stores that have open delivery slots.
Ukuran File 13.65 KB
Jumlah Instalasi 136
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2020-04-13
Tanggal Publikasi 2020-04-13
Pengembang Unknown
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}