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.”。
擴展截圖
下載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.
擴展基本資訊
名稱 | |
ID | cfffdlfejcfdikndpnlmkgklgnpmfhok |
官方網址 | 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" ] } |