TawkNow Desktop Capture
Capture full screen or specific application's screen. This is a part of ScreenShare function of TawkNow application
Cos'è TawkNow Desktop Capture?
TawkNow Desktop Capture è un'estensione di Chrome sviluppata da https://tawknow.com, e la sua funzione principale è "Capture full screen or specific application's screen. This is a part of ScreenShare function of TawkNow application".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione TawkNow Desktop Capture
Scarica i file di estensione TawkNow Desktop Capture 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
Capture full screen or specific application's screen. This is a part of ScreenShare function of TawkNow application Share the screen from your computer in a video conversation, to show presentations, photos and documents. This extension lets you share your screen with other participants in a TawkNow room, so you can hold efficient online meetings. - Select which window/application or Chrome tab to share from your computer - Handles multiple screens/monitors - Participants can click to view your shared screen in fullscreen **PRIVACY POLICY** https://www.tawknow.com/privacy-policy
Informazioni di Base sull'Estensione
Nome | |
ID | emolhkkoikjjcokganpmlbjkcdnbeodj |
URL Ufficiale | https://chromewebstore.google.com/detail/tawknow-desktop-capture/emolhkkoikjjcokganpmlbjkcdnbeodj |
Descrizione | Capture full screen or specific application's screen. This is a part of ScreenShare function of TawkNow application |
Dimensione del File | 12.5 KB |
Conteggio Installazioni | 12 |
Versione Corrente | 0.1.1 |
Ultimo Aggiornamento | 2019-12-25 |
Data di Pubblicazione | 2019-12-17 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://tawknow.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.tawknow.com |
URL della Pagina della Politica sulla Privacy | https://www.tawknow.com/privacy-policy |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TawkNow Desktop Capture", "description": "Capture full screen or specific application's screen. This is a part of ScreenShare function of TawkNow application", "version": "0.1.1", "manifest_version": 2, "background": { "scripts": [ "extension.js" ], "persistent": false }, "content_scripts": [ { "all_frames": true, "js": [ "content-script.js" ], "matches": [ "https:\/\/www.tawknow.com\/room\/*", "https:\/\/tawknow.com\/room\/*" ], "run_at": "document_end" } ], "homepage_url": "https:\/\/www.tawknow.com\/", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "permissions": [ "desktopCapture" ] } |