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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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 फ़ाइल डाउनलोड करें
crx प्रारूप में Talent Screen Sharing एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
सहायता पृष्ठ 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" ] } |