Nuxeo Dev Tools
A handy collection of shortcuts and tools for the Nuxeo developer
Nuxeo Dev Tools क्या है?
Nuxeo Dev Tools Nuxeo द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A handy collection of shortcuts and tools for the Nuxeo developer"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Nuxeo Dev Tools एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
* Hot reload of Studio project * JSON export of documents * Document Search * Trace Mode enablement * Elasticsearch reindexing * Error Display ...and many other utilities, right at the corner of your browser. Use keyword "nx", then tab to access the Nuxeo Omnibox. For use with Nuxeo LTS 2016+
एक्सटेंशन की मूल जानकारी
नाम | |
ID | kncphbjdicjganncpalklkllihdidcmh |
आधिकारिक URL | https://chromewebstore.google.com/detail/nuxeo-dev-tools/kncphbjdicjganncpalklkllihdidcmh |
विवरण | A handy collection of shortcuts and tools for the Nuxeo developer |
फ़ाइल का आकार | 438 KB |
स्थापना संख्या | 2,423 |
वर्तमान संस्करण | 3.1.5 |
अंतिम अपडेट | 2023-03-20 |
प्रकाशन तिथि | 2019-09-18 |
रेटिंग | 4.56/5 कुल 9 रेटिंग्स |
डेवलपर | Nuxeo |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://doc.nuxeo.com/nxdoc/nuxeo-dev-tools-extension/ |
सहायता पृष्ठ URL | https://portal.prodpad.com/40c295d6-739d-11e7-9e52-06df22ffaf6f |
गोपनीयता नीति पृष्ठ URL | https://www.nuxeo.com/legal/privacy-policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Nuxeo Dev Tools", "version": "3.1.5", "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "description": "A handy collection of shortcuts and tools for the Nuxeo developer", "icons": { "16": "images\/nuxeo-16.png", "128": "images\/nuxeo-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ], "persistent": true }, "permissions": [ "storage", "cookies", "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "activeTab", "https:\/\/ajax.googleapis.com\/", "notifications", "background", " |