Nuxeo Dev Tools

A handy collection of shortcuts and tools for the Nuxeo developer

What is Nuxeo Dev Tools?

Nuxeo Dev Tools is a Chrome extension developed by Nuxeo, and its main feature is "A handy collection of shortcuts and tools for the Nuxeo developer".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Nuxeo Dev Tools Extension CRX File

Download Nuxeo Dev Tools extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        * 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+                    

Extension Basic Information

Name Nuxeo Dev Tools Nuxeo Dev Tools
ID kncphbjdicjganncpalklkllihdidcmh
Official URL https://chromewebstore.google.com/detail/nuxeo-dev-tools/kncphbjdicjganncpalklkllihdidcmh
Description A handy collection of shortcuts and tools for the Nuxeo developer
File Size 438 KB
Installation Count 2,423
Current Version 3.1.5
Last Updated 2023-03-20
Publish Date 2019-09-18
Rating 4.56/5 Total 9 Ratings
Developer Nuxeo
Email [email protected]
Payment Type free
Extension Website https://doc.nuxeo.com/nxdoc/nuxeo-dev-tools-extension/
Help Page URL https://portal.prodpad.com/40c295d6-739d-11e7-9e52-06df22ffaf6f
Privacy Policy Page URL https://www.nuxeo.com/legal/privacy-policy
Supported Languages 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",
        "",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/app.prodpad.com\/"
    ],
    "omnibox": {
        "keyword": "nx"
    },
    "page_action": {
        "default_icon": {
            "19": "images\/nuxeo-19.png",
            "38": "images\/nuxeo-38.png"
        },
        "default_title": "Nuxeo Dev Tools",
        "default_popup": "popup.html"
    }
}