Switchvox Screen Sharing for Switchboard

Enables screen-sharing for chrome in the switchboard

Switchvox Screen Sharing for Switchboardとは何ですか?

Switchvox Screen Sharing for SwitchboardはDigium, Inc.によって開発されたChromeの拡張機能で、その主な機能は「Enables screen-sharing for chrome in the switchboard」です。

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

screenshot

Switchvox Screen Sharing for Switchboard拡張機能のCRXファイルをダウンロード

Switchvox Screen Sharing for Switchboard拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension is for Switchvox users, and makes it possible to share your desktop computer screen in the Switchboard.                    

拡張機能の基本情報

名前 Switchvox Screen Sharing for Switchboard Switchvox Screen Sharing for Switchboard
ID odnmjffmhmkbebhofkmeeejdbcofiejc
公式URL https://chromewebstore.google.com/detail/switchvox-screen-sharing/odnmjffmhmkbebhofkmeeejdbcofiejc
説明 Enables screen-sharing for chrome in the switchboard
ファイルサイズ 4.03 KB
インストール数 884
現在のバージョン 0.0.2
最終更新日 2018-10-24
公開日 2018-10-24
評価 1.00/5 合計 1 レビュー
開発者 Digium, Inc.
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Switchvox Screen Sharing for Switchboard",
    "description": "Enables screen-sharing for chrome in the switchboard",
    "version": "0.0.2",
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "permissions": [
        "desktopCapture",
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}