Odoo Utility

Simple shortcuts and tools to save time

What is Odoo Utility?

Odoo Utility is a Chrome extension developed by https://www.droggol.com, and its main feature is "Simple shortcuts and tools to save time".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Odoo Utility Extension CRX File

Download Odoo Utility 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

                        - Bookmark of daily odoo links.
- Quick login buttons on login page.
- Navigation buttons.
- Light/Dark theme.                    

Extension Basic Information

Name Odoo Utility Odoo Utility
ID jllbemjkkabaohnjcnajhflahlkehmlf
Official URL https://chromewebstore.google.com/detail/odoo-utility/jllbemjkkabaohnjcnajhflahlkehmlf
Description Simple shortcuts and tools to save time
File Size 1.26 MB
Installation Count 4,179
Current Version 3.1
Last Updated 2022-10-10
Publish Date 2019-08-15
Rating 4.95/5 Total 22 Ratings
Developer https://www.droggol.com
Email [email protected]
Payment Type free
Extension Website https://www.droggol.com/odoo-tools
Help Page URL https://www.droggol.com/contactus
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Odoo Utility",
    "version": "3.1",
    "description": "Simple shortcuts and tools to save time",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/src\/images\/icon16.png",
            "32": "\/src\/images\/icon32.png",
            "48": "\/src\/images\/icon48.png",
            "128": "\/src\/images\/icon128.png"
        }
    },
    "icons": {
        "16": "\/src\/images\/icon16.png",
        "48": "\/src\/images\/icon48.png",
        "128": "\/src\/images\/icon128.png"
    },
    "author": "Droggol Infotech Private Limited",
    "background": {
        "service_worker": "\/src\/js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/src\/js\/content.js"
            ],
            "css": [
                "\/src\/scss\/content.css"
            ]
        }
    ],
    "offline_enabled": true,
    "options_page": "options.html",
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/src\/js\/page_script.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}