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"
    }
}