talkroom screen sharing
Share full-screen or specific application's screen on any HTTPs domain!
Qu'est-ce que talkroom screen sharing ?
talkroom screen sharing est une extension Chrome développée par Unknown, et sa fonction principale est "Share full-screen or specific application's screen on any HTTPs domain!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension talkroom screen sharing
Téléchargez les fichiers d'extension talkroom screen sharing au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Share the screen on our conferencing platform with the people connected on room. Sharing your screen helps in many ways and we are sure you will have your own usecase in which you will get benefited by screen sharing. In order to keep it secure and safe for you, its required to install a authenticated extention in your browser. This extension lets you share your screen with other participants, and that is the only purpose of this extention. To share your screen supported by this extention, you will need to - Select process/window to share from your computer - If you want to share and show everything happening on your computer, select Entire Screen
Informations de Base sur l'Extension
Nom | talkroom screen sharing |
ID | bacdhkkjdbghahbhopkgfijligodechn |
URL Officiel | https://chromewebstore.google.com/detail/talkroom-screen-sharing/bacdhkkjdbghahbhopkgfijligodechn |
Description | Share full-screen or specific application's screen on any HTTPs domain! |
Taille du Fichier | 10.22 KB |
Nombre d'Installations | 92 |
Version Actuelle | 0.0.0.3 |
Dernière Mise à Jour | 2018-01-25 |
Date de Publication | 2018-01-25 |
Développeur | Unknown |
Type de Paiement | free |
Site Web de l'Extension | https://talkroom.io |
URL de la Page d'Aide | https://talkroom.io |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "talkroom screen sharing", "author": "Galaxy Weblinks", "version": "0.0.0.3", "manifest_version": 2, "minimum_chrome_version": "34", "description": "Share full-screen or specific application's screen on any HTTPs domain!", "homepage_url": "https:\/\/talkroom.io", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "run_at": "document_end", "matches": [ "https:\/\/talkroom.io\/*", "https:\/\/blumblum15.galaxysofttech.co.in\/*" ] } ], "icons": { "128": "icon.png" }, "permissions": [ "desktopCapture", "tabs" ], "web_accessible_resources": [ "icon.png" ] } |