Nuxeo Dev Tools

A handy collection of shortcuts and tools for the Nuxeo developer

¿Qué es Nuxeo Dev Tools?

Nuxeo Dev Tools es una extensión de Chrome desarrollada por Nuxeo, y su función principal es "A handy collection of shortcuts and tools for the Nuxeo developer".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Nuxeo Dev Tools

Descarga archivos de extensión Nuxeo Dev Tools en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre Nuxeo Dev Tools Nuxeo Dev Tools
ID kncphbjdicjganncpalklkllihdidcmh
URL Oficial https://chromewebstore.google.com/detail/nuxeo-dev-tools/kncphbjdicjganncpalklkllihdidcmh
Descripción A handy collection of shortcuts and tools for the Nuxeo developer
Tamaño del Archivo 438 KB
Cantidad de Instalaciones 2,423
Versión Actual 3.1.5
Última Actualización 2023-03-20
Fecha de Publicación 2019-09-18
Calificación 4.56/5 Total de 9 Calificaciones
Desarrollador Nuxeo
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://doc.nuxeo.com/nxdoc/nuxeo-dev-tools-extension/
URL de la Página de Ayuda https://portal.prodpad.com/40c295d6-739d-11e7-9e52-06df22ffaf6f
URL de la Página de Política de Privacidad https://www.nuxeo.com/legal/privacy-policy
Idiomas Soportados 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"
    }
}