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
官方網址 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
電子郵箱 [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"
    }
}