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" ] } |