Go to Customer Button for QuickBooks Online

This extension adds a button to the invoice screen

Qu'est-ce que Go to Customer Button for QuickBooks Online ?

Go to Customer Button for QuickBooks Online est une extension Chrome développée par Simon C, et sa fonction principale est "This extension adds a button to the invoice screen".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Go to Customer Button for QuickBooks Online

Téléchargez les fichiers d'extension Go to Customer Button for QuickBooks Online 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

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

Informations de Base sur l'Extension

Nom Go to Customer Button for QuickBooks Online Go to Customer Button for QuickBooks Online
ID oihjnaipmkladihjdmlladafdidmclpg
URL Officiel https://chromewebstore.google.com/detail/go-to-customer-button-for/oihjnaipmkladihjdmlladafdidmclpg
Description This extension adds a button to the invoice screen
Taille du Fichier 74.59 KB
Nombre d'Installations 37
Version Actuelle 1.0.1
Dernière Mise à Jour 2018-11-21
Date de Publication 2018-11-21
Développeur Simon C
Type de Paiement free
Langues Prises en Charge 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\/*"
    ]
}