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"
    ]
}