WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Odoo Toolbox

Odoo Toolbox

View on Chrome Web Store
View Odoo Toolbox Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (11 ratings)
1 new ratings
2 views
This extension has been viewed 2 times
0 downloads
This extension has been downloaded 0 times

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

Enhances the experience of Odoo developers and Odoo.SH users by adding a variety of tools and features.
Type
Extension
Users
1,000 users
8
thcl
View author page of thcl
Published
Published on December 6, 2024
Version 1.6.3
Manifest version
3
Updated
Updated on September 11, 2025
productivity/developer
Extension Category
View on Chrome Web Store
View Odoo Toolbox 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": "Odoo Toolbox",
    "description": "Enhances the experience of Odoo developers and Odoo.SH users by adding a variety of tools and features.",
    "version": "1.6.3",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "alarms",
        "scripting",
        "clipboardWrite"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "odoo-websites.js"
            ]
        }
    ],
    "commands": {
        "_execute_action": {
            "description": "Open the extension popup"
        },
        "toggle-debug": {
            "description": "Toggle debug mode",
            "suggested_key": {
                "default": "Ctrl+Shift+D",
                "mac": "Command+Shift+D"
            }
        }
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Odoo Toolbox",
        "default_popup": "popup.html"
    },
    "devtools_page": "devtools.html",
    "options_ui": {
        "open_in_tab": true,
        "page": "options.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "content-scripts\/global.css"
            ],
            "js": [
                "content-scripts\/global.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.odoo.sh\/project*"
            ],
            "css": [
                "content-scripts\/odoosh.css"
            ],
            "js": [
                "content-scripts\/odoosh.js"
            ]
        }
    ]
}
© 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