EBT

Check your EBT balance and shop for EBT eligible groceries online.

Co je EBT?

EBT je rozšíření Chrome vyvinuté http://ebt.ai, a jeho hlavní funkcí je „Check your EBT balance and shop for EBT eligible groceries online.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření EBT

Stáhněte si soubory rozšíření EBT ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název EBT EBT
ID fpedeegnbkkghepjljpphckfoflgecji
Oficiální URL https://chrome.google.com/webstore/detail/ebt/fpedeegnbkkghepjljpphckfoflgecji
Popis Check your EBT balance and shop for EBT eligible groceries online.
Velikost souboru 102 KB
Počet instalací 105
Aktuální Verze 1.8.3
Poslední Aktualizace 2021-04-07
Datum Vydání 2020-12-01
Vývojář http://ebt.ai
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://ebt.ai
URL Stránky Nápovědy https://facebook.com/ElectronicBenefitTransfer
URL Stránky Zásad Ochrany Soukromí https://www.termsfeed.com/live/c119d43d-41be-409e-bac8-c01b3cd65eb9
Podporované Jazyky 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"
    }
}