Go to Customer Button for QuickBooks Online

This extension adds a button to the invoice screen

What is Go to Customer Button for QuickBooks Online?

Go to Customer Button for QuickBooks Online is a Chrome extension developed by Simon C, and its main feature is "This extension adds a button to the invoice screen".

Extension Screenshots

screenshot

Download Go to Customer Button for QuickBooks Online Extension CRX File

Download Go to Customer Button for QuickBooks Online extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Go to Customer Button for QuickBooks Online Go to Customer Button for QuickBooks Online
ID oihjnaipmkladihjdmlladafdidmclpg
Official URL https://chromewebstore.google.com/detail/go-to-customer-button-for/oihjnaipmkladihjdmlladafdidmclpg
Description This extension adds a button to the invoice screen
File Size 74.59 KB
Installation Count 37
Current Version 1.0.1
Last Updated 2018-11-21
Publish Date 2018-11-21
Developer Simon C
Payment Type free
Supported Languages 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\/*"
    ]
}