Nuxeo Dev Tools
A handy collection of shortcuts and tools for the Nuxeo developer
Cos'è Nuxeo Dev Tools?
Nuxeo Dev Tools è un'estensione di Chrome sviluppata da Nuxeo, e la sua funzione principale è "A handy collection of shortcuts and tools for the Nuxeo developer".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Nuxeo Dev Tools
Scarica i file di estensione Nuxeo Dev Tools in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
* 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+
Informazioni di Base sull'Estensione
Nome | |
ID | kncphbjdicjganncpalklkllihdidcmh |
URL Ufficiale | https://chromewebstore.google.com/detail/nuxeo-dev-tools/kncphbjdicjganncpalklkllihdidcmh |
Descrizione | A handy collection of shortcuts and tools for the Nuxeo developer |
Dimensione del File | 438 KB |
Conteggio Installazioni | 2,423 |
Versione Corrente | 3.1.5 |
Ultimo Aggiornamento | 2023-03-20 |
Data di Pubblicazione | 2019-09-18 |
Valutazione | 4.56/5 Totale 9 Valutazioni |
Sviluppatore | Nuxeo |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://doc.nuxeo.com/nxdoc/nuxeo-dev-tools-extension/ |
URL della Pagina di Aiuto | https://portal.prodpad.com/40c295d6-739d-11e7-9e52-06df22ffaf6f |
URL della Pagina della Politica sulla Privacy | https://www.nuxeo.com/legal/privacy-policy |
Lingue Supportate | 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", " |