Odoo Utility

Simple shortcuts and tools to save time

Odoo Utility là gì?

Odoo Utility là một tiện ích mở rộng Chrome được phát triển bởi https://www.droggol.com, và tính năng chính của nó là "Simple shortcuts and tools to save time".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Odoo Utility

Tải xuống các tệp mở rộng Odoo Utility dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Odoo Utility Odoo Utility
ID jllbemjkkabaohnjcnajhflahlkehmlf
URL Chính Thức https://chromewebstore.google.com/detail/odoo-utility/jllbemjkkabaohnjcnajhflahlkehmlf
Mô tả Simple shortcuts and tools to save time
Kích Thước Tệp 1.26 MB
Số Lần Cài Đặt 4,179
Phiên Bản Hiện Tại 3.1
Cập Nhật Lần Cuối 2022-10-10
Ngày Phát Hành 2019-08-15
Đánh Giá 4.95/5 Tổng số 22 Đánh Giá
Nhà Phát Triển https://www.droggol.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.droggol.com/odoo-tools
URL Trang Trợ Giúp https://www.droggol.com/contactus
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}