EBT

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

ما هو EBT؟

EBT هو إضافة Chrome تم تطويرها بواسطة http://ebt.ai، والميزة الرئيسية لها هي "Check your EBT balance and shop for EBT eligible groceries online.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة EBT

قم بتنزيل ملفات الامتداد EBT بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://ebt.ai
عنوان صفحة المساعدة https://facebook.com/ElectronicBenefitTransfer
عنوان صفحة سياسة الخصوصية 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"
    }
}