Brex

Access Brex everywhere you spend

ما هو Brex؟

Brex هو إضافة Chrome تم تطويرها بواسطة Brex، والميزة الرئيسية لها هي "Access Brex everywhere you spend".

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

screenshot
screenshot
screenshot

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

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

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

                        The best way to experience Brex in your browser. Brex makes it easy for founders, finance teams, and employees to spend smart, grow fast, and enjoy the ride.

Access your Brex cards anywhere on the web to spend more easily.

Make receipt matching even easier by submitting receipts from your browser. Submit receipts by taking a screenshot of the screen or by uploading receipts. Brex's automatic receipt matching technology makes it easy to track receipts.                    

معلومات أساسية عن التمديد

الاسم Brex Brex
ID aioheomkldpmjlfdjnookgcpekdegamn
عنوان URL الرسمي https://chromewebstore.google.com/detail/brex/aioheomkldpmjlfdjnookgcpekdegamn
الوصف Access Brex everywhere you spend
حجم الملف 1.15 MB
عدد التثبيتات 1,365
النسخة الحالية 1.5
آخر تحديث 2022-12-13
تاريخ النشر 2022-05-06
تقييم 4.85/5 مجموع تقييمات 13
المطور Brex
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://brex.com
عنوان صفحة المساعدة https://support.brex.com/
عنوان صفحة سياسة الخصوصية https://www.brex.com/privacy
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "16": "icons\/brex-flag-16.png",
            "19": "icons\/brex-flag-19.png",
            "32": "icons\/brex-flag-32.png",
            "38": "icons\/brex-flag-38.png",
            "48": "icons\/brex-flag-48.png",
            "64": "icons\/brex-flag-64.png",
            "96": "icons\/brex-flag-96.png",
            "128": "icons\/brex-flag-128.png",
            "256": "icons\/brex-flag-256.png",
            "512": "icons\/brex-flag-512.png",
            "1024": "icons\/brex-flag-1024.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "compiled_js\/background.js"
    },
    "description": "Access Brex everywhere you spend",
    "homepage_url": "https:\/\/brex.com",
    "host_permissions": [
        "*:\/\/*.brex.com\/*",
        "*:\/\/*.brexapps.com\/*",
        "*:\/\/*.brexhq.dev\/*",
        "*:\/\/*.brexapis.com\/*"
    ],
    "icons": {
        "16": "icons\/brex-flag-16.png",
        "19": "icons\/brex-flag-19.png",
        "32": "icons\/brex-flag-32.png",
        "38": "icons\/brex-flag-38.png",
        "48": "icons\/brex-flag-48.png",
        "64": "icons\/brex-flag-64.png",
        "96": "icons\/brex-flag-96.png",
        "128": "icons\/brex-flag-128.png",
        "256": "icons\/brex-flag-256.png",
        "512": "icons\/brex-flag-512.png",
        "1024": "icons\/brex-flag-1024.png"
    },
    "manifest_version": 3,
    "name": "Brex",
    "permissions": [
        "activeTab",
        "identity",
        "storage"
    ],
    "version": "1.5",
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "popup.html",
                "auth.html"
            ]
        }
    ]
}