Captivea Odoo Tools
Automatically adds the '?debug=1' parameter to the URL of ERP Odoo
ما هو Captivea Odoo Tools؟
Captivea Odoo Tools هو إضافة Chrome تم تطويرها بواسطة armand.gillot، والميزة الرئيسية لها هي "Automatically adds the '?debug=1' parameter to the URL of ERP Odoo".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Captivea Odoo Tools
قم بتنزيل ملفات الامتداد Captivea Odoo Tools بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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" } ] } |