EBT
Check your EBT balance and shop for EBT eligible groceries online.
Qu'est-ce que EBT ?
EBT est une extension Chrome développée par http://ebt.ai, et sa fonction principale est "Check your EBT balance and shop for EBT eligible groceries online.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension EBT
Téléchargez les fichiers d'extension EBT au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | fpedeegnbkkghepjljpphckfoflgecji |
URL Officiel | https://chrome.google.com/webstore/detail/ebt/fpedeegnbkkghepjljpphckfoflgecji |
Description | Check your EBT balance and shop for EBT eligible groceries online. |
Taille du Fichier | 102 KB |
Nombre d'Installations | 105 |
Version Actuelle | 1.8.3 |
Dernière Mise à Jour | 2021-04-07 |
Date de Publication | 2020-12-01 |
Développeur | http://ebt.ai |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://ebt.ai |
URL de la Page d'Aide | https://facebook.com/ElectronicBenefitTransfer |
URL de la Page de Politique de Confidentialité | https://www.termsfeed.com/live/c119d43d-41be-409e-bac8-c01b3cd65eb9 |
Langues Prises en Charge | 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" } } |