Nuxeo Dev Tools

A handy collection of shortcuts and tools for the Nuxeo developer

Nuxeo Dev Tools là gì?

Nuxeo Dev Tools là một tiện ích mở rộng Chrome được phát triển bởi Nuxeo, và tính năng chính của nó là "A handy collection of shortcuts and tools for the Nuxeo developer".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Nuxeo Dev Tools

Tải xuống các tệp mở rộng Nuxeo Dev Tools dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Nuxeo Dev Tools Nuxeo Dev Tools
ID kncphbjdicjganncpalklkllihdidcmh
URL Chính Thức https://chromewebstore.google.com/detail/nuxeo-dev-tools/kncphbjdicjganncpalklkllihdidcmh
Mô tả A handy collection of shortcuts and tools for the Nuxeo developer
Kích Thước Tệp 438 KB
Số Lần Cài Đặt 2,423
Phiên Bản Hiện Tại 3.1.5
Cập Nhật Lần Cuối 2023-03-20
Ngày Phát Hành 2019-09-18
Đánh Giá 4.56/5 Tổng số 9 Đánh Giá
Nhà Phát Triển Nuxeo
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://doc.nuxeo.com/nxdoc/nuxeo-dev-tools-extension/
URL Trang Trợ Giúp https://portal.prodpad.com/40c295d6-739d-11e7-9e52-06df22ffaf6f
URL Trang Chính Sách Bảo Mật https://www.nuxeo.com/legal/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}