Sling Desktop Share

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

Co je Sling Desktop Share?

Sling Desktop Share je rozšíření Chrome vyvinuté http://slingapp.net, a jeho hlavní funkcí je „This extension allows the slingapp.net website to share your screen.“.

Stáhnout soubor CRX rozšíření Sling Desktop Share

Stáhněte si soubory rozšíření Sling Desktop Share ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        This extension activates the Chrome desktop share screen picker and relays a chosen screen to any webpage that calls it.                    

Základní Informace o Rozšíření

Název Sling Desktop Share Sling Desktop Share
ID pecpbndlndfegjibmbaplkjdkhdgmnei
Oficiální URL https://chrome.google.com/webstore/detail/sling-desktop-share/pecpbndlndfegjibmbaplkjdkhdgmnei
Popis This extension allows the slingapp.net website to share your screen.
Velikost souboru 4.78 KB
Počet instalací 242
Aktuální Verze 1.1.2
Poslední Aktualizace 2017-06-06
Datum Vydání 2017-06-06
Hodnocení 3.67/5 Celkem 6 Hodnocení
Vývojář http://slingapp.net
Typ Platby free
Webové stránky Rozšíření https://slingapp.net
Podporované Jazyky 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\/*"
        ]
    }
}