EBT

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

EBTとは何ですか?

EBTはhttp://ebt.aiによって開発されたChromeの拡張機能で、その主な機能は「Check your EBT balance and shop for EBT eligible groceries online.」です。

拡張機能のスクリーンショット

screenshot

EBT拡張機能のCRXファイルをダウンロード

EBT拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 EBT EBT
ID fpedeegnbkkghepjljpphckfoflgecji
公式URL https://chrome.google.com/webstore/detail/ebt/fpedeegnbkkghepjljpphckfoflgecji
説明 Check your EBT balance and shop for EBT eligible groceries online.
ファイルサイズ 102 KB
インストール数 105
現在のバージョン 1.8.3
最終更新日 2021-04-07
公開日 2020-12-01
開発者 http://ebt.ai
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://ebt.ai
ヘルプページのURL https://facebook.com/ElectronicBenefitTransfer
プライバシーポリシーページのURL https://www.termsfeed.com/live/c119d43d-41be-409e-bac8-c01b3cd65eb9
対応言語 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"
    }
}