EBT
Check your EBT balance and shop for EBT eligible groceries online.
EBTคืออะไร?
EBT เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://ebt.ai และคุณลักษณะหลักของมันคือ "Check your EBT balance and shop for EBT eligible groceries online."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย EBT
ดาวน์โหลดไฟล์ส่วนขยาย EBT ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" } } |