Amazon Fresh Delivery Window Notifications

Receive a desktop notification when there are delivery windows available for Amazon Fresh. Just add the extension and make sure…

Amazon Fresh Delivery Window Notifications क्या है?

Amazon Fresh Delivery Window Notifications Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Receive a desktop notification when there are delivery windows available for Amazon Fresh. Just add the extension and make sure…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Amazon Fresh Delivery Window Notifications एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Receive a desktop notification when there are delivery windows available for Amazon Fresh.

Just add the extension and make sure there are items in your Amazon Fresh cart. Then click on the extension icon. Keep the tab open and you will receive a desktop notification when there are delivery windows available for you.

Alternatively, you can go directly to the "Schedule your order" page on Amazon.                    

एक्सटेंशन की मूल जानकारी

नाम Amazon Fresh Delivery Window Notifications Amazon Fresh Delivery Window Notifications
ID nahfnbbfnffmhjmjdfglgoigpmidonin
आधिकारिक URL https://chromewebstore.google.com/detail/amazon-fresh-delivery-win/nahfnbbfnffmhjmjdfglgoigpmidonin
विवरण Receive a desktop notification when there are delivery windows available for Amazon Fresh. Just add the extension and make sure…
फ़ाइल का आकार 29.4 KB
स्थापना संख्या 108
वर्तमान संस्करण 0.2
अंतिम अपडेट 2020-04-09
प्रकाशन तिथि 2020-04-09
डेवलपर Unknown
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Amazon Fresh Delivery Window Notifications",
    "version": "0.2",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.amazon.com\/gp\/buy\/shipoptionselect\/handlers\/display.html*",
                "http:\/\/www.amazon.com\/gp\/buy\/shipoptionselect\/handlers\/display.html*",
                "https:\/\/smile.amazon.com\/gp\/buy\/shipoptionselect\/handlers\/display.html*",
                "http:\/\/smile.amazon.com\/gp\/buy\/shipoptionselect\/handlers\/display.html*"
            ],
            "js": [
                "jquery-3.4.1.slim.min.js",
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "grocery.png"
    },
    "permissions": [
        "notifications"
    ]
}