Nuxeo Dev Tools
A handy collection of shortcuts and tools for the Nuxeo developer
Apa itu Nuxeo Dev Tools?
Nuxeo Dev Tools adalah ekstensi Chrome yang dikembangkan oleh Nuxeo, dan fitur utamanya adalah "A handy collection of shortcuts and tools for the Nuxeo developer".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Nuxeo Dev Tools
Unduh file ekstensi Nuxeo Dev Tools dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
* 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+
Informasi Dasar Ekstensi
Nama | |
ID | kncphbjdicjganncpalklkllihdidcmh |
URL Resmi | https://chromewebstore.google.com/detail/nuxeo-dev-tools/kncphbjdicjganncpalklkllihdidcmh |
Deskripsi | A handy collection of shortcuts and tools for the Nuxeo developer |
Ukuran File | 438 KB |
Jumlah Instalasi | 2,423 |
Versi Saat Ini | 3.1.5 |
Terakhir Diperbarui | 2023-03-20 |
Tanggal Publikasi | 2019-09-18 |
Penilaian | 4.56/5 Total 9 Penilaian |
Pengembang | Nuxeo |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://doc.nuxeo.com/nxdoc/nuxeo-dev-tools-extension/ |
URL Halaman Bantuan | https://portal.prodpad.com/40c295d6-739d-11e7-9e52-06df22ffaf6f |
URL Halaman Kebijakan Privasi | https://www.nuxeo.com/legal/privacy-policy |
Bahasa yang Didukung | 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", " |