EBT
Check your EBT balance and shop for EBT eligible groceries online.
Wat is EBT?
EBT is een Chrome-extensie ontwikkeld door http://ebt.ai, en de belangrijkste functie is "Check your EBT balance and shop for EBT eligible groceries online.".
Extensie Screenshots
Download het CRX-bestand van de extensie EBT
Download EBT-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | fpedeegnbkkghepjljpphckfoflgecji |
Officiële URL | https://chrome.google.com/webstore/detail/ebt/fpedeegnbkkghepjljpphckfoflgecji |
Beschrijving | Check your EBT balance and shop for EBT eligible groceries online. |
Bestandsgrootte | 102 KB |
Aantal Installaties | 105 |
Huidige Versie | 1.8.3 |
Laatst Bijgewerkt | 2021-04-07 |
Publicatiedatum | 2020-12-01 |
Ontwikkelaar | http://ebt.ai |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://ebt.ai |
Help Pagina-URL | https://facebook.com/ElectronicBenefitTransfer |
URL van de Privacybeleid Pagina | https://www.termsfeed.com/live/c119d43d-41be-409e-bac8-c01b3cd65eb9 |
Ondersteunde Talen | 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" } } |