Amazon Whole Foods Delivery Slots Finder

Polls for delivery slots and alerts the user if a slot is available

什么是Amazon Whole Foods Delivery Slots Finder?

Amazon Whole Foods Delivery Slots Finder是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Polls for delivery slots and alerts the user if a slot is available”。

扩展截图

screenshot

下载Amazon Whole Foods Delivery Slots Finder扩展crx文件

下载Amazon Whole Foods Delivery Slots Finder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        A simple extension that polls for whole foods delivery slots on www.amazon.com every 60 seconds and alerts the user when a slot is found. 

User Guide: 
1. Install the extension
2. Navigate to www.amazon.com
3. Add items to your cart for Whole Foods Market 
4. Proceed to the Schedule Your Order page (i.e. page with delivery slot options)
5. Toggle the plugin. Make sure your volume is on loud. 
6. Plugin will refresh the page every 60 seconds and alert you as soon as a slot is available.                    

扩展基本信息

名称 Amazon Whole Foods Delivery Slots Finder Amazon Whole Foods Delivery Slots Finder
ID dbppijhmnaanngcbfhejflfbdecfbjfh
官方URL https://chromewebstore.google.com/detail/amazon-whole-foods-delive/dbppijhmnaanngcbfhejflfbdecfbjfh
简介 Polls for delivery slots and alerts the user if a slot is available
文件大小 55.6 KB
安装次数 394
当前版本 0.3
更新时间 2020-05-18
上架时间 2020-05-17
评分 5.00/5 共1次评分
开发者 Unknown
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Amazon Whole Foods Delivery Slots Finder",
    "description": "Polls for delivery slots and alerts the user if a slot is available",
    "version": "0.3",
    "browser_action": {
        "default_icon": "icons\/icon_24.png"
    },
    "icons": {
        "16": "icons\/icon_16.png",
        "24": "icons\/icon_24.png",
        "32": "icons\/icon_32.png",
        "64": "icons\/icon_64.png",
        "128": "icons\/icon_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab"
    ],
    "web_accessible_resources": [
        "sounds\/note.mp3"
    ]
}