Captivea Odoo Tools
Automatically adds the '?debug=1' parameter to the URL of ERP Odoo
Captivea Odoo Tools là gì?
Captivea Odoo Tools là một tiện ích mở rộng Chrome được phát triển bởi armand.gillot, và tính năng chính của nó là "Automatically adds the '?debug=1' parameter to the URL of ERP Odoo".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Captivea Odoo Tools
Tải xuống các tệp mở rộng Captivea Odoo Tools 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
This chrome extension allows you to permanently activate the debug mode on any Odoo ERP. If you need, it is possible to disable this function.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Captivea Odoo Tools |
ID | jiggdkkaoplpfjohnjfboljjgeaaollj |
URL Chính Thức | https://chromewebstore.google.com/detail/captivea-odoo-tools/jiggdkkaoplpfjohnjfboljjgeaaollj |
Mô tả | Automatically adds the '?debug=1' parameter to the URL of ERP Odoo |
Kích Thước Tệp | 47.77 KB |
Số Lần Cài Đặt | 56 |
Phiên Bản Hiện Tại | 1.13 |
Cập Nhật Lần Cuối | 2023-10-10 |
Ngày Phát Hành | 2023-04-06 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | armand.gillot |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Captivea Odoo Tools", "description": "Automatically adds the '?debug=1' parameter to the URL of ERP Odoo", "version": "1.13", "author": { "email": "[email protected]" }, "permissions": [ "tabs", "storage" ], "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "action": { "default_popup": "popup.html" }, "content_scripts": [ { "exclude_matches": [ "*:\/\/*\/web\/database\/selector*", "*:\/\/*\/web\/login*" ], "matches": [ "*:\/\/*\/web\/*", "*:\/\/*\/web*" ], "js": [ "content_script.js" ], "run_at": "document_start" } ] } |