talkroom screen sharing
Share full-screen or specific application's screen on any HTTPs domain!
Cos'è talkroom screen sharing?
talkroom screen sharing è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Share full-screen or specific application's screen on any HTTPs domain!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione talkroom screen sharing
Scarica i file di estensione talkroom screen sharing in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | talkroom screen sharing |
ID | bacdhkkjdbghahbhopkgfijligodechn |
URL Ufficiale | https://chromewebstore.google.com/detail/talkroom-screen-sharing/bacdhkkjdbghahbhopkgfijligodechn |
Descrizione | Share full-screen or specific application's screen on any HTTPs domain! |
Dimensione del File | 10.22 KB |
Conteggio Installazioni | 92 |
Versione Corrente | 0.0.0.3 |
Ultimo Aggiornamento | 2018-01-25 |
Data di Pubblicazione | 2018-01-25 |
Sviluppatore | Unknown |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://talkroom.io |
URL della Pagina di Aiuto | https://talkroom.io |
Lingue Supportate | 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" ] } |