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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | 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" ] } |