Go to Customer Button for QuickBooks Online

This extension adds a button to the invoice screen

Was ist Go to Customer Button for QuickBooks Online?

Go to Customer Button for QuickBooks Online ist eine Chrome-Erweiterung, die von Simon C entwickelt wurde, und ihr Hauptmerkmal ist "This extension adds a button to the invoice screen".

Erweiterungsscreenshots

screenshot

Go to Customer Button for QuickBooks Online-Erweiterungs-CRX-Datei herunterladen

Laden Sie Go to Customer Button for QuickBooks Online-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        This extension adds a button to the invoice screen, allowing users to quickly visit the customer account for the customer associated with the invoice.                    

Grundlegende Informationen zur Erweiterung

Name Go to Customer Button for QuickBooks Online Go to Customer Button for QuickBooks Online
ID oihjnaipmkladihjdmlladafdidmclpg
Offizielle URL https://chromewebstore.google.com/detail/go-to-customer-button-for/oihjnaipmkladihjdmlladafdidmclpg
Beschreibung This extension adds a button to the invoice screen
Dateigröße 74.59 KB
Installationsanzahl 37
Aktuelle Version 1.0.1
Letztes Update 2018-11-21
Veröffentlichungsdatum 2018-11-21
Entwickler Simon C
Zahlungsart free
Unterstützte Sprachen en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Go to Customer Button for QuickBooks Online",
    "description": "This extension adds a button to the invoice screen",
    "version": "1.0.1",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.qbo.intuit.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "permissions": [
        "activeTab",
        "http:\/\/*.qbo.intuit.com\/*",
        "https:\/\/*.qbo.intuit.com\/*"
    ]
}