Sling Desktop Share

This extension allows the slingapp.net website to share your screen.

Qu'est-ce que Sling Desktop Share ?

Sling Desktop Share est une extension Chrome développée par http://slingapp.net, et sa fonction principale est "This extension allows the slingapp.net website to share your screen.".

Télécharger le fichier CRX de l'extension Sling Desktop Share

Téléchargez les fichiers d'extension Sling Desktop Share 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 activates the Chrome desktop share screen picker and relays a chosen screen to any webpage that calls it.                    

Informations de Base sur l'Extension

Nom Sling Desktop Share Sling Desktop Share
ID pecpbndlndfegjibmbaplkjdkhdgmnei
URL Officiel https://chrome.google.com/webstore/detail/sling-desktop-share/pecpbndlndfegjibmbaplkjdkhdgmnei
Description This extension allows the slingapp.net website to share your screen.
Taille du Fichier 4.78 KB
Nombre d'Installations 242
Version Actuelle 1.1.2
Dernière Mise à Jour 2017-06-06
Date de Publication 2017-06-06
Évaluation 3.67/5 Total 6 Évaluations
Développeur http://slingapp.net
Type de Paiement free
Site Web de l'Extension https://slingapp.net
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sling Desktop Share",
    "description": "This extension allows the slingapp.net website to share your screen.",
    "version": "1.1.2",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "sling64.png"
    },
    "permissions": [
        "activeTab",
        "desktopCapture",
        "tabs"
    ],
    "externally_connectible": {
        "matches": [
            "*:\/\/slingapp.net\/*",
            "*:\/\/*.slingapp.net\/*"
        ]
    }
}