TawkNow Desktop Capture
Capture full screen or specific application's screen. This is a part of ScreenShare function of TawkNow application
Hvad er TawkNow Desktop Capture?
TawkNow Desktop Capture er en Chrome-udvidelse udviklet af https://tawknow.com, og dens hovedfunktion er "Capture full screen or specific application's screen. This is a part of ScreenShare function of TawkNow application".
Udvidelsesskærmbilleder
Download TawkNow Desktop Capture-udvidelses-CRX-fil
Download TawkNow Desktop Capture-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | emolhkkoikjjcokganpmlbjkcdnbeodj |
Officiel URL | https://chromewebstore.google.com/detail/tawknow-desktop-capture/emolhkkoikjjcokganpmlbjkcdnbeodj |
Beskrivelse | Capture full screen or specific application's screen. This is a part of ScreenShare function of TawkNow application |
Filstørrelse | 12.5 KB |
Antal Installationer | 12 |
Nuværende Version | 0.1.1 |
Senest Opdateret | 2019-12-25 |
Udgivelsesdato | 2019-12-17 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | https://tawknow.com |
Betalingsmetode | free |
Udvidelseswebsted | https://www.tawknow.com |
URL til Fortrolighedspolitik Side | https://www.tawknow.com/privacy-policy |
Understøttede Sprog | 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" ] } |