EBT
Check your EBT balance and shop for EBT eligible groceries online.
EBT란 무엇입니까?
EBT은(는) http://ebt.ai에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Check your EBT balance and shop for EBT eligible groceries online."입니다.
확장 프로그램 스크린샷
EBT 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
With EBT you can get Same Day Contactless Delivery at Amazon Fresh! 🚚 Amazon delivers to your door and you pay with your EBT card online. It's simple. Just sign-on to Amazon Fresh to get started. Features: * Check your current EBT balance using easy one step QR texting * Get your current EBT status (GREEN, YELLOW, RED) with helpful guidance * Track your monthly spending with a live EBT calendar * Get notified of new Amazon Fresh deals * Shop for EBT eligible groceries on Amazon
확장 프로그램 기본 정보
이름 | |
ID | fpedeegnbkkghepjljpphckfoflgecji |
공식 URL | https://chrome.google.com/webstore/detail/ebt/fpedeegnbkkghepjljpphckfoflgecji |
설명 | Check your EBT balance and shop for EBT eligible groceries online. |
파일 크기 | 102 KB |
설치 횟수 | 105 |
현재 버전 | 1.8.3 |
최근 업데이트 | 2021-04-07 |
출시 날짜 | 2020-12-01 |
개발자 | http://ebt.ai |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://ebt.ai |
도움말 페이지 URL | https://facebook.com/ElectronicBenefitTransfer |
개인정보 보호 정책 페이지 URL | https://www.termsfeed.com/live/c119d43d-41be-409e-bac8-c01b3cd65eb9 |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "EBT", "version": "1.8.3", "description": "Check your EBT balance and shop for EBT eligible groceries online.", "manifest_version": 2, "browser_action": { "default_title": "EBT" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "app.js" ] } ], "background": { "scripts": [ "gather.js" ], "persistent": true }, "permissions": [ "http:\/\/*\/", "https:\/\/*\/", "notifications" ], "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" } } |