Linkello Screen Sharing

This extension allows you to share your screen

Wat is Linkello Screen Sharing?

Linkello Screen Sharing is een Chrome-extensie ontwikkeld door https://linkello.com, en de belangrijkste functie is "This extension allows you to share your screen".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Linkello Screen Sharing

Download Linkello Screen Sharing-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

                        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 !                    

Basisinformatie over de Extensie

Naam Linkello Screen Sharing Linkello Screen Sharing
ID eeopgbooadfjifpfalhifnogjblphecd
Officiële URL https://chromewebstore.google.com/detail/linkello-screen-sharing/eeopgbooadfjifpfalhifnogjblphecd
Beschrijving This extension allows you to share your screen
Bestandsgrootte 12.11 KB
Aantal Installaties 243
Huidige Versie 1.0
Laatst Bijgewerkt 2019-01-09
Publicatiedatum 2019-01-09
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://linkello.com
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}