Brex

Access Brex everywhere you spend

Qu'est-ce que Brex ?

Brex est une extension Chrome développée par Brex, et sa fonction principale est "Access Brex everywhere you spend".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Brex

Téléchargez les fichiers d'extension Brex au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Brex Brex
ID aioheomkldpmjlfdjnookgcpekdegamn
URL Officiel https://chromewebstore.google.com/detail/brex/aioheomkldpmjlfdjnookgcpekdegamn
Description Access Brex everywhere you spend
Taille du Fichier 1.15 MB
Nombre d'Installations 1,365
Version Actuelle 1.5
Dernière Mise à Jour 2022-12-13
Date de Publication 2022-05-06
Évaluation 4.85/5 Total 13 Évaluations
Développeur Brex
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://brex.com
URL de la Page d'Aide https://support.brex.com/
URL de la Page de Politique de Confidentialité https://www.brex.com/privacy
Langues Prises en Charge 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"
            ]
        }
    ]
}