Hub3c Screen Sharing

Hub3c Screen Sharing Extension for Chrome to enable screen sharing

什麼是Hub3c Screen Sharing?

Hub3c Screen Sharing是由fitrianingrum開發的Chrome擴展程式,該擴展的主要功能是“Hub3c Screen Sharing Extension for Chrome to enable screen sharing”。

擴展截圖

screenshot

下載Hub3c Screen Sharing擴展crx文件

下載Hub3c Screen Sharing擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Hub3c Screen Sharing allows you to share your screen within Hub3c platform (https://live.hub3c.com/). You will have an option to share your screen or selected window during Hub Video Call. The screen or window you select will be shared to other participants.                    

擴展基本資訊

名稱 Hub3c Screen Sharing Hub3c Screen Sharing
ID oghlhohialeabhjncaeichjneaijdjbj
官方網址 https://chromewebstore.google.com/detail/hub3c-screen-sharing/oghlhohialeabhjncaeichjneaijdjbj
簡介 Hub3c Screen Sharing Extension for Chrome to enable screen sharing
檔案大小 24.55 KB
安裝次數 11
目前版本 2.0
更新時間 2016-09-05
上架時間 2016-09-04
開發者 fitrianingrum
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hub3c Screen Sharing",
    "version": "2.0",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "Hub3c Screen Sharing Extension for Chrome to enable screen sharing",
    "icons": {
        "16": "images\/icon16.png",
        "22": "images\/icon22.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "activeTab",
        "desktopCapture"
    ],
    "browser_action": {
        "default_icon": "images\/icon128.png"
    },
    "web_accessible_resources": [
        "images\/icon128.png"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/localhost\/*",
                "https:\/\/test.hub3c.com\/*",
                "https:\/\/live.hub3c.com\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "https:\/\/test.hub3c.com\/*",
            "https:\/\/live.hub3c.com\/*"
        ]
    }
}