Tesse - Share Screen

This extension help you share your screen

Qu'est-ce que Tesse - Share Screen ?

Tesse - Share Screen est une extension Chrome développée par https://tesse.io, et sa fonction principale est "This extension help you share your screen".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Tesse - Share Screen

Téléchargez les fichiers d'extension Tesse - Share Screen 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

                        This extension helps you to share your screen in a video call to show presentations, photos, and documents.

Tesse.io allows you to start a video call, without the need to download or install anything.

This extension allows you to share your screen with other participants in tesse.io call/chat session, to improve your online meeting efficiency.

You can select the window/apllication you want to share.

This extension was built based on open source: https://github.com/muaz-khan                    

Informations de Base sur l'Extension

Nom Tesse - Share Screen Tesse - Share Screen
ID cgplojjghbkfimkgggajefldkpmaklll
URL Officiel https://chromewebstore.google.com/detail/tesse-share-screen/cgplojjghbkfimkgggajefldkpmaklll
Description This extension help you share your screen
Taille du Fichier 8.71 KB
Nombre d'Installations 33
Version Actuelle 1.2
Dernière Mise à Jour 2018-10-11
Date de Publication 2018-10-11
Évaluation 5.00/5 Total 4 Évaluations
Développeur https://tesse.io
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://tesse.io/tessbot
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tesse - Share Screen",
    "author": "Tesse, Inc.",
    "version": "1.2",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This extension help you share your screen",
    "homepage_url": "https:\/\/tesse.io",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "https:\/\/tesse.io\/*"
            ]
        }
    ],
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ],
    "browser_action": {
        "default_icon": "icon.png"
    }
}