NextPlane nCore Desktop Sharing

nCore screen capturing Google Chrome extension

NextPlane nCore Desktop Sharingคืออะไร?

NextPlane nCore Desktop Sharing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย NextPlane และคุณลักษณะหลักของมันคือ "nCore screen capturing Google Chrome extension"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NextPlane nCore Desktop Sharing

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

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

                        Securely collaborate with other users by sharing your desktop within NextPlane nCore Business Collaboration Service.

nCore is a cloud-based real-time communications and collaboration service that allows users to exchange instant messages, engage in group chats, make voice or video calls, and share files and desktops—with users on nCore as well as colleagues on Microsoft, Cisco, IBM, Broadsoft UC platforms and services.

For more information checkout www.ncore.io.                    

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

ชื่อ NextPlane nCore Desktop Sharing NextPlane nCore Desktop Sharing
ID egjblpiffbcmcokedcmbeejllecbgfei
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/nextplane-ncore-desktop-s/egjblpiffbcmcokedcmbeejllecbgfei
คำอธิบาย nCore screen capturing Google Chrome extension
ขนาดไฟล์ 7.84 KB
จำนวนการติดตั้ง 19
เวอร์ชันปัจจุบัน 3.3.7
อัปเดตครั้งล่าสุด 2016-02-05
วันที่เผยแพร่ 2016-02-04
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา NextPlane
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NextPlane nCore Desktop Sharing",
    "author": "Muaz Khan",
    "version": "3.3.7",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "nCore screen capturing Google Chrome extension",
    "homepage_url": "http:\/\/nextplane.net",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}