EBT
Check your EBT balance and shop for EBT eligible groceries online.
O que é EBT?
EBT é uma extensão do Chrome desenvolvida por http://ebt.ai, e sua principal característica é "Check your EBT balance and shop for EBT eligible groceries online.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão EBT
Baixe arquivos de extensão EBT no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | |
ID | fpedeegnbkkghepjljpphckfoflgecji |
URL Oficial | https://chrome.google.com/webstore/detail/ebt/fpedeegnbkkghepjljpphckfoflgecji |
Descrição | Check your EBT balance and shop for EBT eligible groceries online. |
Tamanho do Arquivo | 102 KB |
Contagem de Instalações | 105 |
Versão Atual | 1.8.3 |
Última Atualização | 2021-04-07 |
Data de Publicação | 2020-12-01 |
Desenvolvedor | http://ebt.ai |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://ebt.ai |
URL da Página de Ajuda | https://facebook.com/ElectronicBenefitTransfer |
URL da Página de Política de Privacidade | https://www.termsfeed.com/live/c119d43d-41be-409e-bac8-c01b3cd65eb9 |
Idiomas Suportados | 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" } } |