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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://torshtalent.com และคุณลักษณะหลักของมันคือ "This Chrome extension is for https://www.torshtalent.com/. It enables the capture of your screen for use in a video call on Talent."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Talent Screen Sharing
ดาวน์โหลดไฟล์ส่วนขยาย Talent Screen Sharing ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension is required to enable screen sharing while doing live video calls in Talent.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
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" ] } |