Delivery Slot Notify

Get notified when delivery windows is available on WholeFoods, PrimeNow, Amazon Fresh, ASDA (UK), and Instacart (US & Canada)

Delivery Slot Notifyคืออะไร?

Delivery Slot Notify เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://sidharthmalhotra.in และคุณลักษณะหลักของมันคือ "Get notified when delivery windows is available on WholeFoods, PrimeNow, Amazon Fresh, ASDA (UK), and Instacart (US & Canada)"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Delivery Slot Notify

ดาวน์โหลดไฟล์ส่วนขยาย Delivery Slot Notify ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        IMPORTANT:
The plugin uses a siren sound to notify about delivery window availability. Please make sure the volume levels are under control. 

INSTALLATION INSTRUCTIONS:

- Install the plugin
- Open new tab and visit your grocery website
- Click on "Allow" notifications. (Chrome will not show any notifications if you don't allow notifications)
- Visit the delivery slot selection page
- That's it. Plugin will keep checking for you and will notify you whenever a slot is available

The plugin will notify you once a delivery window is available.

DISCLAIMER:
sidharthmalhotra.in is the author and publisher of this extension. By using this extension you agree that the extension is provided on an "as is" and "as available" basis without any warranty, support, maintenance, storage, SLA, or indemnity obligations of any kind. You further acknowledge and agree that this software may not be complete or fully functional and may contains bugs, errors, omissions, and other problems for which sidharthmalhotra.in will not be responsible. Accordingly, the use of this extension for the purpose of assisting in placing your Amazon, Instacart, ASDA orders is at your sole risk.

Amazon Fresh, Prime Now and Whole Foods Market are trademarks of Amazon.com, Inc, Instacart is the trademark of Instacart (Owner: Maplebear Inc.), and ASDA is the trademark of Asda Stores Limited (Parent: Walmart)                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Delivery Slot Notify Delivery Slot Notify
ID epffaplcpgeblpcolmklblikjkclapam
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/delivery-slot-notify/epffaplcpgeblpcolmklblikjkclapam
คำอธิบาย Get notified when delivery windows is available on WholeFoods, PrimeNow, Amazon Fresh, ASDA (UK), and Instacart (US & Canada)
ขนาดไฟล์ 269 KB
จำนวนการติดตั้ง 153
เวอร์ชันปัจจุบัน 1.5.2
อัปเดตครั้งล่าสุด 2020-05-28
วันที่เผยแพร่ 2020-05-27
คะแนน 4.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://sidharthmalhotra.in
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://sidharthmalhotra.in
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Delivery Slot Notify",
    "version": "1.5.2",
    "description": "Get notified when delivery windows is available on WholeFoods, PrimeNow, Amazon Fresh, ASDA (UK), and Instacart (US & Canada)",
    "permissions": [],
    "browser_action": {
        "default_title": "Delivery Slot Notify",
        "default_popup": "popup\/popup.html"
    },
    "options_page": "option\/option.html",
    "icons": {
        "16": "assets\/img\/icon16.png",
        "32": "assets\/img\/icon32.png",
        "48": "assets\/img\/icon48.png",
        "64": "assets\/img\/icon64.png",
        "128": "assets\/img\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.amazon.com\/*",
                "https:\/\/*.amazon.in\/*",
                "https:\/\/*.amazon.fr\/*",
                "https:\/\/*.amazon.co.uk\/*",
                "https:\/\/*.instacart.com\/*",
                "https:\/\/*.instacart.ca\/*",
                "https:\/\/*.asda.com\/*"
            ],
            "css": [
                "content\/css\/dsn-widget.css"
            ],
            "js": [
                "scripts\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/sndup.net https:\/\/i.ibb.co; object-src 'self'"
}