TawkNow Desktop Capture

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

Qu'est-ce que TawkNow Desktop Capture ?

TawkNow Desktop Capture est une extension Chrome développée par https://tawknow.com, et sa fonction principale est "Capture full screen or specific application's screen. This is a part of ScreenShare function of TawkNow application".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension TawkNow Desktop Capture

Téléchargez les fichiers d'extension TawkNow Desktop Capture au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom TawkNow Desktop Capture TawkNow Desktop Capture
ID emolhkkoikjjcokganpmlbjkcdnbeodj
URL Officiel https://chromewebstore.google.com/detail/tawknow-desktop-capture/emolhkkoikjjcokganpmlbjkcdnbeodj
Description Capture full screen or specific application's screen. This is a part of ScreenShare function of TawkNow application
Taille du Fichier 12.5 KB
Nombre d'Installations 12
Version Actuelle 0.1.1
Dernière Mise à Jour 2019-12-25
Date de Publication 2019-12-17
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://tawknow.com
Type de Paiement free
Site Web de l'Extension https://www.tawknow.com
URL de la Page de Politique de Confidentialité https://www.tawknow.com/privacy-policy
Langues Prises en Charge 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"
    ]
}