Nuxeo Dev Tools

A handy collection of shortcuts and tools for the Nuxeo developer

Nuxeo Dev Tools란 무엇입니까?

Nuxeo Dev Tools은(는) Nuxeo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A handy collection of shortcuts and tools for the Nuxeo developer"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Nuxeo Dev Tools 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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