TwentyThree Screen Sharing

Allow live streaming, screen sharing and video recording with TwentyThree.

TwentyThree Screen Sharingとは何ですか?

TwentyThree Screen Sharingはhttp://twentythree.netによって開発されたChromeの拡張機能で、その主な機能は「Allow live streaming, screen sharing and video recording with TwentyThree.」です。

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

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

拡張機能の使用方法

                        Allow live streaming, screen sharing and video recording with TwentyThree.                    

拡張機能の基本情報

名前 TwentyThree Screen Sharing TwentyThree Screen Sharing
ID ajmipkkmbibiinbmiflnhmndagpdklof
公式URL https://chrome.google.com/webstore/detail/twentythree-screen-sharin/ajmipkkmbibiinbmiflnhmndagpdklof
説明 Allow live streaming, screen sharing and video recording with TwentyThree.
ファイルサイズ 11.68 KB
インストール数 76
現在のバージョン 1.2
最終更新日 2017-12-19
公開日 2017-12-19
評価 4.00/5 合計 1 レビュー
開発者 http://twentythree.net
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.twentythree.net
ヘルプページのURL https://www.twentythree.net/help
プライバシーポリシーページのURL https://www.twentythree.net/terms
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TwentyThree Screen Sharing",
    "description": "Allow live streaming, screen sharing and video recording with TwentyThree.",
    "author": "TwentyThree.",
    "version": "1.2",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "homepage_url": "https:\/\/www.twentythree.net\/",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.videomarketingplatform.co\/*",
            "https:\/\/*.23video.com\/*",
            "http:\/\/localhost:8080\/*"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture",
        "tabs"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}