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.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Instacart Delivery Slot Tracker
قم بتنزيل ملفات الامتداد Instacart Delivery Slot Tracker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
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" } } |