Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "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.027.15", "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>" ] } ] }