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