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"
            ]
        }
    ]
}