Linkello Screen Sharing

This extension allows you to share your screen

Qu'est-ce que Linkello Screen Sharing ?

Linkello Screen Sharing est une extension Chrome développée par https://linkello.com, et sa fonction principale est "This extension allows you to share your screen".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Linkello Screen Sharing

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

                        Install this plugin to enable the screen sharing feature on linkello.com. Don't forget to reload the conference page after having installed this add-on !                    

Informations de Base sur l'Extension

Nom Linkello Screen Sharing Linkello Screen Sharing
ID eeopgbooadfjifpfalhifnogjblphecd
URL Officiel https://chromewebstore.google.com/detail/linkello-screen-sharing/eeopgbooadfjifpfalhifnogjblphecd
Description This extension allows you to share your screen
Taille du Fichier 12.11 KB
Nombre d'Installations 243
Version Actuelle 1.0
Dernière Mise à Jour 2019-01-09
Date de Publication 2019-01-09
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://linkello.com
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Linkello Screen Sharing",
    "description": "This extension allows you to share your screen",
    "version": "1.0",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "icons": {
        "128": "logo_icon_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "bridge.js"
            ],
            "matches": [
                "*:\/\/*.linkello.com\/*"
            ]
        }
    ],
    "permissions": [
        "desktopCapture"
    ]
}