TawkNow Desktop Capture

Capture full screen or specific application's screen. This is a part of ScreenShare function of TawkNow application

Wat is TawkNow Desktop Capture?

TawkNow Desktop Capture is een Chrome-extensie ontwikkeld door https://tawknow.com, en de belangrijkste functie is "Capture full screen or specific application's screen. This is a part of ScreenShare function of TawkNow application".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie TawkNow Desktop Capture

Download TawkNow Desktop Capture-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam TawkNow Desktop Capture TawkNow Desktop Capture
ID emolhkkoikjjcokganpmlbjkcdnbeodj
Officiële URL https://chromewebstore.google.com/detail/tawknow-desktop-capture/emolhkkoikjjcokganpmlbjkcdnbeodj
Beschrijving Capture full screen or specific application's screen. This is a part of ScreenShare function of TawkNow application
Bestandsgrootte 12.5 KB
Aantal Installaties 12
Huidige Versie 0.1.1
Laatst Bijgewerkt 2019-12-25
Publicatiedatum 2019-12-17
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://tawknow.com
Betalingswijze free
Extensiewebsite https://www.tawknow.com
URL van de Privacybeleid Pagina https://www.tawknow.com/privacy-policy
Ondersteunde Talen 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"
    ]
}