Spreed.ME screen sharing

This extension adds screen sharing support to Spreed.ME and other Spreed WebRTC servers.

Co je Spreed.ME screen sharing?

Spreed.ME screen sharing je rozšíření Chrome vyvinuté https://spreed.me, a jeho hlavní funkcí je „This extension adds screen sharing support to Spreed.ME and other Spreed WebRTC servers.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Spreed.ME screen sharing

Stáhněte si soubory rozšíření Spreed.ME screen sharing 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 allows screen sharing with selection for single windows and screen for the Spreed.ME and Spreed WebRTC web client.                    

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

Název Spreed.ME screen sharing Spreed.ME screen sharing
ID labcnlicceloglidikcjbfglhnjibcbd
Oficiální URL https://chromewebstore.google.com/detail/spreedme-screen-sharing/labcnlicceloglidikcjbfglhnjibcbd
Popis This extension adds screen sharing support to Spreed.ME and other Spreed WebRTC servers.
Velikost souboru 26.15 KB
Počet instalací 2,362
Aktuální Verze 0.2.1
Poslední Aktualizace 2015-02-12
Datum Vydání 2015-02-12
Hodnocení 4.70/5 Celkem 10 Hodnocení
Vývojář https://spreed.me
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://www.struktur.de/privacy
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "struktur AG",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "detector.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "This extension adds screen sharing support to Spreed.ME and other Spreed WebRTC servers.",
    "icons": {
        "128": "logo-128x128.png",
        "16": "logo-16x16.png",
        "32": "logo-32x32.png",
        "48": "logo-48x48.png",
        "512": "logo-512x512.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "33",
    "name": "Spreed.ME screen sharing",
    "permissions": [
        "tabs",
        "desktopCapture",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "short_name": "Spreed.ME screen sharing",
    "version": "0.2.1"
}