Delivery Slot Notify
Get notified when delivery windows is available on WholeFoods, PrimeNow, Amazon Fresh, ASDA (UK), and Instacart (US & Canada)
Delivery Slot Notify란 무엇입니까?
Delivery Slot Notify은(는) https://sidharthmalhotra.in에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get notified when delivery windows is available on WholeFoods, PrimeNow, Amazon Fresh, ASDA (UK), and Instacart (US & Canada)"입니다.
확장 프로그램 스크린샷
Delivery Slot Notify 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
IMPORTANT: The plugin uses a siren sound to notify about delivery window availability. Please make sure the volume levels are under control. INSTALLATION INSTRUCTIONS: - Install the plugin - Open new tab and visit your grocery website - Click on "Allow" notifications. (Chrome will not show any notifications if you don't allow notifications) - Visit the delivery slot selection page - That's it. Plugin will keep checking for you and will notify you whenever a slot is available The plugin will notify you once a delivery window is available. DISCLAIMER: sidharthmalhotra.in is the author and publisher of this extension. By using this extension you agree that the extension is provided on an "as is" and "as available" basis without any warranty, support, maintenance, storage, SLA, or indemnity obligations of any kind. You further acknowledge and agree that this software may not be complete or fully functional and may contains bugs, errors, omissions, and other problems for which sidharthmalhotra.in will not be responsible. Accordingly, the use of this extension for the purpose of assisting in placing your Amazon, Instacart, ASDA orders is at your sole risk. Amazon Fresh, Prime Now and Whole Foods Market are trademarks of Amazon.com, Inc, Instacart is the trademark of Instacart (Owner: Maplebear Inc.), and ASDA is the trademark of Asda Stores Limited (Parent: Walmart)
확장 프로그램 기본 정보
이름 | Delivery Slot Notify |
ID | epffaplcpgeblpcolmklblikjkclapam |
공식 URL | https://chromewebstore.google.com/detail/delivery-slot-notify/epffaplcpgeblpcolmklblikjkclapam |
설명 | Get notified when delivery windows is available on WholeFoods, PrimeNow, Amazon Fresh, ASDA (UK), and Instacart (US & Canada) |
파일 크기 | 269 KB |
설치 횟수 | 153 |
현재 버전 | 1.5.2 |
최근 업데이트 | 2020-05-28 |
출시 날짜 | 2020-05-27 |
평점 | 4.33/5 총 3 개의 평점 |
개발자 | https://sidharthmalhotra.in |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://sidharthmalhotra.in |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Delivery Slot Notify", "version": "1.5.2", "description": "Get notified when delivery windows is available on WholeFoods, PrimeNow, Amazon Fresh, ASDA (UK), and Instacart (US & Canada)", "permissions": [], "browser_action": { "default_title": "Delivery Slot Notify", "default_popup": "popup\/popup.html" }, "options_page": "option\/option.html", "icons": { "16": "assets\/img\/icon16.png", "32": "assets\/img\/icon32.png", "48": "assets\/img\/icon48.png", "64": "assets\/img\/icon64.png", "128": "assets\/img\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.amazon.com\/*", "https:\/\/*.amazon.in\/*", "https:\/\/*.amazon.fr\/*", "https:\/\/*.amazon.co.uk\/*", "https:\/\/*.instacart.com\/*", "https:\/\/*.instacart.ca\/*", "https:\/\/*.asda.com\/*" ], "css": [ "content\/css\/dsn-widget.css" ], "js": [ "scripts\/content.js" ] } ], "web_accessible_resources": [], "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/sndup.net https:\/\/i.ibb.co; object-src 'self'" } |