Brex

Access Brex everywhere you spend

Brexคืออะไร?

Brex เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Brex และคุณลักษณะหลักของมันคือ "Access Brex everywhere you spend"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Brex

ดาวน์โหลดไฟล์ส่วนขยาย Brex ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ https://support.brex.com/
URL หน้านโยบายความเป็นส่วนตัว 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"
            ]
        }
    ]
}