EBT
Check your EBT balance and shop for EBT eligible groceries online.
EBT क्या है?
EBT http://ebt.ai द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Check your EBT balance and shop for EBT eligible groceries online."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में EBT एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } } |