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…

Co je Amazon Fresh Delivery Window Notifications?

Amazon Fresh Delivery Window Notifications je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „Receive a desktop notification when there are delivery windows available for Amazon Fresh. Just add the extension and make sure…“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Amazon Fresh Delivery Window Notifications

Stáhněte si soubory rozšíření Amazon Fresh Delivery Window Notifications ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Amazon Fresh Delivery Window Notifications Amazon Fresh Delivery Window Notifications
ID nahfnbbfnffmhjmjdfglgoigpmidonin
Oficiální URL https://chromewebstore.google.com/detail/amazon-fresh-delivery-win/nahfnbbfnffmhjmjdfglgoigpmidonin
Popis Receive a desktop notification when there are delivery windows available for Amazon Fresh. Just add the extension and make sure…
Velikost souboru 29.4 KB
Počet instalací 108
Aktuální Verze 0.2
Poslední Aktualizace 2020-04-09
Datum Vydání 2020-04-09
Vývojář Unknown
Typ Platby free
Podporované Jazyky 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"
    ]
}