TawkNow Desktop Capture

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

Was ist TawkNow Desktop Capture?

TawkNow Desktop Capture ist eine Chrome-Erweiterung, die von https://tawknow.com entwickelt wurde, und ihr Hauptmerkmal ist "Capture full screen or specific application's screen. This is a part of ScreenShare function of TawkNow application".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

TawkNow Desktop Capture-Erweiterungs-CRX-Datei herunterladen

Laden Sie TawkNow Desktop Capture-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name TawkNow Desktop Capture TawkNow Desktop Capture
ID emolhkkoikjjcokganpmlbjkcdnbeodj
Offizielle URL https://chromewebstore.google.com/detail/tawknow-desktop-capture/emolhkkoikjjcokganpmlbjkcdnbeodj
Beschreibung Capture full screen or specific application's screen. This is a part of ScreenShare function of TawkNow application
Dateigröße 12.5 KB
Installationsanzahl 12
Aktuelle Version 0.1.1
Letztes Update 2019-12-25
Veröffentlichungsdatum 2019-12-17
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://tawknow.com
Zahlungsart free
Erweiterungswebsite https://www.tawknow.com
URL der Datenschutzrichtlinien-Seite https://www.tawknow.com/privacy-policy
Unterstützte Sprachen 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"
    ]
}