NextPlane nCore Desktop Sharing

nCore screen capturing Google Chrome extension

NextPlane nCore Desktop Sharingとは何ですか?

NextPlane nCore Desktop SharingはNextPlaneによって開発されたChromeの拡張機能で、その主な機能は「nCore screen capturing Google Chrome extension」です。

拡張機能のスクリーンショット

screenshot

NextPlane nCore Desktop Sharing拡張機能のCRXファイルをダウンロード

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