neo4j Commander

Query, Edit, Clone, Merge, Calculate, Undo, Bookmarks, Export and much more

neo4j Commanderคืออะไร?

neo4j Commander เป็นส่วนขยายของ Chrome ที่พัฒนาโดย netbiz global ltd และคุณลักษณะหลักของมันคือ "Query, Edit, Clone, Merge, Calculate, Undo, Bookmarks, Export and much more"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย neo4j Commander

ดาวน์โหลดไฟล์ส่วนขยาย neo4j Commander ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        🔥NEW FEATURE: Commander Queries
Watch this: 📺 https://youtu.be/dds-i9dZpP0

neo4j Commander 3 for neo4j graph databases lets you...
📌 Query and navigate the graph
📌 View nodes and relationships and all of their data
📌 Edit labels and properties of nodes and relationships
📌 Create and delete nodes and relationships
📌 Supports all datatypes of neo4j, including temporal and spatial types plus all types of arrays & datatype conversion
📌 Handy built-in calculator for numerical values with calculations based on node/relationship properties
📌 Text/Code editor with syntax highlighting for Markup, Markdown, JSON and more
📌 Easily merge nodes
📌 Export data in various JSON and Cypher formats
📌 UNDO-History for label/property changes and even node/relationship deletion
📌 Query-History
📌 Bookmarks for DB connections, queries, and editors you need frequently
📌 Preferences to set your favorite labels, properties and avatars for keeping a clear view on your data
📌 Runs as a Chrome Extension in your browser or nicely integrated in neo4j Desktop
📌 Fully responsive UI can be used on all devices and form factors

Note: Your browser shows a notification that the app requests access to your "browser history". That's because the app has a handy popup to manage and switch to open neo4j Commander tabs quickly. None of your browsing history or tabs/URLs is read/used/stored!

Data protection & privacy: This extension works entirely on your computer and none of your data/information ever leaves your computer. The only network connection the extension makes is to check your license key if you are using the PRO or Premium versions.

[Neo4j® and Cypher® are registered trademarks of Neo4j, Inc. at neo4j.com]                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ neo4j Commander neo4j Commander
ID bkckbmnflmjhjcamhoinobndahnjahea
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/neo4j-commander/bkckbmnflmjhjcamhoinobndahnjahea
คำอธิบาย Query, Edit, Clone, Merge, Calculate, Undo, Bookmarks, Export and much more
ขนาดไฟล์ 2.2 MB
จำนวนการติดตั้ง 169
เวอร์ชันปัจจุบัน 3.2.7
อัปเดตครั้งล่าสุด 2023-04-25
วันที่เผยแพร่ 2022-01-06
ผู้พัฒนา netbiz global ltd
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://neo4jcommander.com/
URL หน้าช่วยเหลือ https://netbizltd.com/neo4jcommander/help/installation/
URL หน้านโยบายความเป็นส่วนตัว https://netbizltd.com/contact
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "neo4j Commander",
    "description": "Query, Edit, Clone, Merge, Calculate, Undo, Bookmarks, Export and much more",
    "version": "3.2.7",
    "icons": {
        "16": "logo16.png",
        "32": "logo32.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "logo16.png",
            "32": "logo32.png",
            "48": "logo48.png",
            "128": "logo128.png"
        }
    },
    "permissions": [
        "tabs"
    ]
}