Nuxeo Dev Tools
A handy collection of shortcuts and tools for the Nuxeo developer
Wat is Nuxeo Dev Tools?
Nuxeo Dev Tools is een Chrome-extensie ontwikkeld door Nuxeo, en de belangrijkste functie is "A handy collection of shortcuts and tools for the Nuxeo developer".
Extensie Screenshots
Download het CRX-bestand van de extensie Nuxeo Dev Tools
Download Nuxeo Dev Tools-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
* 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+
Basisinformatie over de Extensie
Naam | |
ID | kncphbjdicjganncpalklkllihdidcmh |
Officiële URL | https://chromewebstore.google.com/detail/nuxeo-dev-tools/kncphbjdicjganncpalklkllihdidcmh |
Beschrijving | A handy collection of shortcuts and tools for the Nuxeo developer |
Bestandsgrootte | 438 KB |
Aantal Installaties | 2,423 |
Huidige Versie | 3.1.5 |
Laatst Bijgewerkt | 2023-03-20 |
Publicatiedatum | 2019-09-18 |
Beoordeling | 4.56/5 Totaal 9 Beoordelingen |
Ontwikkelaar | Nuxeo |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://doc.nuxeo.com/nxdoc/nuxeo-dev-tools-extension/ |
Help Pagina-URL | https://portal.prodpad.com/40c295d6-739d-11e7-9e52-06df22ffaf6f |
URL van de Privacybeleid Pagina | https://www.nuxeo.com/legal/privacy-policy |
Ondersteunde Talen | 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", " |