Instacart Delivery Slot Tracker
For instacart.com. Shows an autorefreshed list of stores that have open delivery slots.
Instacart Delivery Slot Tracker란 무엇입니까?
Instacart Delivery Slot Tracker은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "For instacart.com. Shows an autorefreshed list of stores that have open delivery slots."입니다.
확장 프로그램 스크린샷
Instacart Delivery Slot Tracker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Instacart delivery slots can be hard to come by. Instead of repeatedly checking each store to see if delivery has opened up, this tool does the work for you. Features: - Adds an item to the main menu, near the logo, that opens a dashboard. - Dashboard pops over the website, listing each store in your area. The store lights up green if it has open delivery slots. - Includes a badge indicator for the number of open delivery slots. - Refreshes automatically.
확장 프로그램 기본 정보
이름 | Instacart Delivery Slot Tracker |
ID | mehnbpgcfpgfdmnicgfolcdjopjhbcfm |
공식 URL | https://chromewebstore.google.com/detail/instacart-delivery-slot-t/mehnbpgcfpgfdmnicgfolcdjopjhbcfm |
설명 | For instacart.com. Shows an autorefreshed list of stores that have open delivery slots. |
파일 크기 | 13.65 KB |
설치 횟수 | 136 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2020-04-13 |
출시 날짜 | 2020-04-13 |
개발자 | Unknown |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Instacart Delivery Slot Tracker", "version": "1.0.0", "description": "For instacart.com. Shows an autorefreshed list of stores that have open delivery slots.", "content_scripts": [ { "css": [ "styles.css" ], "js": [ "bundle.js" ], "matches": [ "https:\/\/www.instacart.com\/*" ] } ], "icons": { "128": "extension-icon.png" } } |