EBT
Check your EBT balance and shop for EBT eligible groceries online.
Cos'è EBT?
EBT è un'estensione di Chrome sviluppata da http://ebt.ai, e la sua funzione principale è "Check your EBT balance and shop for EBT eligible groceries online.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione EBT
Scarica i file di estensione EBT in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | fpedeegnbkkghepjljpphckfoflgecji |
URL Ufficiale | https://chrome.google.com/webstore/detail/ebt/fpedeegnbkkghepjljpphckfoflgecji |
Descrizione | Check your EBT balance and shop for EBT eligible groceries online. |
Dimensione del File | 102 KB |
Conteggio Installazioni | 105 |
Versione Corrente | 1.8.3 |
Ultimo Aggiornamento | 2021-04-07 |
Data di Pubblicazione | 2020-12-01 |
Sviluppatore | http://ebt.ai |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://ebt.ai |
URL della Pagina di Aiuto | https://facebook.com/ElectronicBenefitTransfer |
URL della Pagina della Politica sulla Privacy | https://www.termsfeed.com/live/c119d43d-41be-409e-bac8-c01b3cd65eb9 |
Lingue Supportate | 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" } } |