Nuxeo Dev Tools

A handy collection of shortcuts and tools for the Nuxeo developer

Τι είναι το Nuxeo Dev Tools;

Το Nuxeo Dev Tools είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Nuxeo, και η κύρια λειτουργία του είναι "A handy collection of shortcuts and tools for the Nuxeo developer".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Nuxeo Dev Tools

Λήψη αρχείων επέκτασης Nuxeo Dev Tools σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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

Βασικές Πληροφορίες Επέκτασης

Όνομα Nuxeo Dev Tools Nuxeo Dev Tools
ID kncphbjdicjganncpalklkllihdidcmh
Επίσημο URL https://chromewebstore.google.com/detail/nuxeo-dev-tools/kncphbjdicjganncpalklkllihdidcmh
Περιγραφή A handy collection of shortcuts and tools for the Nuxeo developer
Μέγεθος Αρχείου 438 KB
Αριθμός Εγκαταστάσεων 2,423
Τρέχουσα Έκδοση 3.1.5
Τελευταία Ενημέρωση 2023-03-20
Ημερομηνία Δημοσίευσης 2019-09-18
Αξιολόγηση 4.56/5 Συνολικά 9 Αξιολογήσεις
Προγραμματιστής Nuxeo
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://doc.nuxeo.com/nxdoc/nuxeo-dev-tools-extension/
Διεύθυνση URL της Σελίδας Βοήθειας https://portal.prodpad.com/40c295d6-739d-11e7-9e52-06df22ffaf6f
URL της Σελίδας Πολιτικής Απορρήτου https://www.nuxeo.com/legal/privacy-policy
Υποστηριζόμενες Γλώσσες 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"
    }
}