WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
RightTool for QuickBooks Online

RightTool for QuickBooks Online

View on Chrome Web Store
View RightTool for QuickBooks Online Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (96 ratings)
27 views
This extension has been viewed 27 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

RightTool increases your productivity with QuickBooks Online. Designed by Hector Garcia CPA, not associated with Intuit, Inc.
Type
Extension
Users
30,000 users
10K
Accounting Pro Tools
View author page of Accounting Pro Tools
Published
Published on September 26, 2022
Version 1.031.3
Manifest version
3
Updated
Updated on March 31, 2025
productivity/workflow
Extension Category
View on Chrome Web Store
View RightTool for QuickBooks Online Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "RightTool for QuickBooks Online",
    "description": "RightTool increases your productivity with QuickBooks Online.  Designed by Hector Garcia CPA, not associated with Intuit, Inc.",
    "version": "1.031.3",
    "options_page": "options.html",
    "icons": {
        "32": "images\/favicon-large.png",
        "128": "images\/favicon-small.png"
    },
    "permissions": [
        "declarativeContent",
        "storage",
        "scripting",
        "tabs",
        "activeTab",
        "contextMenus"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "commands": {
        "do_nothing": {
            "description": "Do nothing"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.qbo.intuit.com\/*",
                "https:\/\/qbo.intuit.com\/*"
            ],
            "css": [
                "css\/sidebar.min.css",
                "css\/drawerSize.min.css"
            ],
            "run_at": "document_idle",
            "js": [
                "js\/ptmain.min.js",
                "js\/closeTab.js"
            ]
        },
        {
            "matches": [
                "https:\/\/righttoolpro.com\/*"
            ],
            "js": [
                "js\/rtLogin.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "32": "images\/favicon-large.png",
            "128": "images\/favicon-small.png"
        }
    },
    "host_permissions": [
        "https:\/\/app.qbo.intuit.com\/*",
        "https:\/\/qbo.intuit.com\/*",
        "https:\/\/accounts.intuit.com\/*",
        "https:\/\/righttoolpro.com\/*"
    ],
    "optional_host_permissions": [
        "https:\/\/localhost:44490\/"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "html\/*",
                "json\/*",
                "qbjs\/*",
                "css\/*",
                "images\/*"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top