c³ Screensharing

Screensharing utility plugin for c³

什麼是c³ Screensharing?

c³ Screensharing是由Considerate Computing開發的Chrome擴展程式,該擴展的主要功能是“Screensharing utility plugin for c³”。

擴展截圖

screenshot

下載c³ Screensharing擴展crx文件

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

擴展使用說明

                        Extension to enable screen share on c³ (Considerate Conference Calling)                    

擴展基本資訊

名稱 c³ Screensharing c³ Screensharing
ID gfbgnhlmialabkencffdjipflcldcioe
官方網址 https://chromewebstore.google.com/detail/c%C2%B3-screensharing/gfbgnhlmialabkencffdjipflcldcioe
簡介 Screensharing utility plugin for c³
檔案大小 24.68 KB
安裝次數 60
目前版本 0.0.7
更新時間 2019-07-25
上架時間 2019-07-25
開發者 Considerate Computing
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "c\u00b3 Screensharing",
    "description": "Screensharing utility plugin for c\u00b3",
    "version": "0.0.7",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "desktopCapture",
        "tabs",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/ad70bee945dd4ea499a6d79ee638b1b7.vfs.cloud9.us-west-2.amazonaws.com\/*",
                "https:\/\/cameo-web.herokuapp.com\/*",
                "https:\/\/cccs-web.herokuapp.com\/*",
                "https:\/\/c3chat.herokuapp.com\/*",
                "https:\/\/app.c3.chat\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/ad70bee945dd4ea499a6d79ee638b1b7.vfs.cloud9.us-west-2.amazonaws.com\/*",
            "https:\/\/cameo-web.herokuapp.com\/*",
            "https:\/\/cccs-web.herokuapp.com\/*",
            "https:\/\/c3chat.herokuapp.com\/*",
            "https:\/\/app.c3.chat\/*"
        ]
    }
}