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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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