Talent Screen Sharing

This Chrome extension is for https://www.torshtalent.com/. It enables the capture of your screen for use in a video call on Talent.

Talent Screen Sharingとは何ですか?

Talent Screen Sharingはhttps://torshtalent.comによって開発されたChromeの拡張機能で、その主な機能は「This Chrome extension is for https://www.torshtalent.com/. It enables the capture of your screen for use in a video call on Talent.」です。

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

screenshot

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

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

拡張機能の使用方法

                        This extension is required to enable screen sharing while doing live video calls in Talent.                    

拡張機能の基本情報

名前 Talent Screen Sharing Talent Screen Sharing
ID cfffdlfejcfdikndpnlmkgklgnpmfhok
公式URL https://chromewebstore.google.com/detail/talent-screen-sharing/cfffdlfejcfdikndpnlmkgklgnpmfhok
説明 This Chrome extension is for https://www.torshtalent.com/. It enables the capture of your screen for use in a video call on Talent.
ファイルサイズ 16.76 KB
インストール数 608
現在のバージョン 2.0
最終更新日 2019-02-06
公開日 2019-02-06
開発者 https://torshtalent.com
支払い方法 free
拡張機能のウェブサイト http://www.torsh.co
ヘルプページのURL https://torshsupport.zendesk.com/hc/en-us
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Talent Screen Sharing",
    "author": "Torsh, Inc.",
    "version": "2.0",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This Chrome extension is for https:\/\/www.torshtalent.com\/. It enables the capture of your screen for use in a video call on Talent.",
    "homepage_url": "https:\/\/torsh.co\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.torshtalent.com\/*"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}