EBT
Check your EBT balance and shop for EBT eligible groceries online.
EBT là gì?
EBT là một tiện ích mở rộng Chrome được phát triển bởi http://ebt.ai, và tính năng chính của nó là "Check your EBT balance and shop for EBT eligible groceries online.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng EBT
Tải xuống các tệp mở rộng EBT dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | fpedeegnbkkghepjljpphckfoflgecji |
URL Chính Thức | https://chrome.google.com/webstore/detail/ebt/fpedeegnbkkghepjljpphckfoflgecji |
Mô tả | Check your EBT balance and shop for EBT eligible groceries online. |
Kích Thước Tệp | 102 KB |
Số Lần Cài Đặt | 105 |
Phiên Bản Hiện Tại | 1.8.3 |
Cập Nhật Lần Cuối | 2021-04-07 |
Ngày Phát Hành | 2020-12-01 |
Nhà Phát Triển | http://ebt.ai |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://ebt.ai |
URL Trang Trợ Giúp | https://facebook.com/ElectronicBenefitTransfer |
URL Trang Chính Sách Bảo Mật | https://www.termsfeed.com/live/c119d43d-41be-409e-bac8-c01b3cd65eb9 |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |