Captivea Odoo Tools
Automatically adds the '?debug=1' parameter to the URL of ERP Odoo
Captivea Odoo Tools क्या है?
Captivea Odoo Tools armand.gillot द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically adds the '?debug=1' parameter to the URL of ERP Odoo"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Captivea Odoo Tools एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | Captivea Odoo Tools |
ID | jiggdkkaoplpfjohnjfboljjgeaaollj |
आधिकारिक URL | https://chromewebstore.google.com/detail/captivea-odoo-tools/jiggdkkaoplpfjohnjfboljjgeaaollj |
विवरण | Automatically adds the '?debug=1' parameter to the URL of ERP Odoo |
फ़ाइल का आकार | 47.77 KB |
स्थापना संख्या | 56 |
वर्तमान संस्करण | 1.13 |
अंतिम अपडेट | 2023-10-10 |
प्रकाशन तिथि | 2023-04-06 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | armand.gillot |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" } ] } |