Brex

Access Brex everywhere you spend

O que é Brex?

Brex é uma extensão do Chrome desenvolvida por Brex, e sua principal característica é "Access Brex everywhere you spend".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Brex

Baixe arquivos de extensão Brex no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Brex Brex
ID aioheomkldpmjlfdjnookgcpekdegamn
URL Oficial https://chromewebstore.google.com/detail/brex/aioheomkldpmjlfdjnookgcpekdegamn
Descrição Access Brex everywhere you spend
Tamanho do Arquivo 1.15 MB
Contagem de Instalações 1,365
Versão Atual 1.5
Última Atualização 2022-12-13
Data de Publicação 2022-05-06
Classificação 4.85/5 Total de 13 Avaliações
Desenvolvedor Brex
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://brex.com
URL da Página de Ajuda https://support.brex.com/
URL da Página de Política de Privacidade https://www.brex.com/privacy
Idiomas Suportados 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"
            ]
        }
    ]
}