Expertise.tv Screen Sharing Extension

This Chrome extension allows you to share your screen when using Expertise.tv video conferencing.

Co je Expertise.tv Screen Sharing Extension?

Expertise.tv Screen Sharing Extension je rozšíření Chrome vyvinuté http://expertise.tv, a jeho hlavní funkcí je „This Chrome extension allows you to share your screen when using Expertise.tv video conferencing.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Expertise.tv Screen Sharing Extension

Stáhněte si soubory rozšíření Expertise.tv Screen Sharing Extension 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 Chrome extension allows you to share your screen when using Expertise.tv video conferencing.                    

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

Název Expertise.tv Screen Sharing Extension Expertise.tv Screen Sharing Extension
ID jegcodgdfkeelkodcogioadhihmlhpgj
Oficiální URL https://chrome.google.com/webstore/detail/expertisetv-screen-sharin/jegcodgdfkeelkodcogioadhihmlhpgj
Popis This Chrome extension allows you to share your screen when using Expertise.tv video conferencing.
Velikost souboru 22.45 KB
Počet instalací 805
Aktuální Verze 1.3
Poslední Aktualizace 2015-02-20
Datum Vydání 2015-02-20
Hodnocení 4.60/5 Celkem 5 Hodnocení
Vývojář http://expertise.tv
Typ Platby free
Webové stránky Rozšíření https://expertise.tv
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Expertise.tv Screen Sharing Extension",
    "author": "Alex Speller",
    "version": "1.3",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This Chrome extension allows you to share your screen when using Expertise.tv video conferencing.",
    "homepage_url": "https:\/\/expertise.tv\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "matches": [
                "https:\/\/*.expertise.tv\/*",
                "https:\/\/localhost-expertise.ssl\/*"
            ]
        }
    ],
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}