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…
Apa itu Amazon Fresh Delivery Window Notifications?
Amazon Fresh Delivery Window Notifications adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Receive a desktop notification when there are delivery windows available for Amazon Fresh. Just add the extension and make sure…".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Amazon Fresh Delivery Window Notifications
Unduh file ekstensi Amazon Fresh Delivery Window Notifications 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
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.
Informasi Dasar Ekstensi
Nama | Amazon Fresh Delivery Window Notifications |
ID | nahfnbbfnffmhjmjdfglgoigpmidonin |
URL Resmi | https://chromewebstore.google.com/detail/amazon-fresh-delivery-win/nahfnbbfnffmhjmjdfglgoigpmidonin |
Deskripsi | Receive a desktop notification when there are delivery windows available for Amazon Fresh. Just add the extension and make sure… |
Ukuran File | 29.4 KB |
Jumlah Instalasi | 108 |
Versi Saat Ini | 0.2 |
Terakhir Diperbarui | 2020-04-09 |
Tanggal Publikasi | 2020-04-09 |
Pengembang | Unknown |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |