Meetingreat Screen Sharing

This chrome extension doesn't do anything except capturing content of your screen.

Co je Meetingreat Screen Sharing?

Meetingreat Screen Sharing je rozšíření Chrome vyvinuté http://cvc.meetingreat.com, a jeho hlavní funkcí je „This chrome extension doesn't do anything except capturing content of your screen.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Meetingreat Screen Sharing

Stáhněte si soubory rozšíření Meetingreat 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í

                        Use this plugin to enable Desktop/Application sharing in CVC system.                    

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

Název Meetingreat Screen Sharing Meetingreat Screen Sharing
ID enfkmpkdedjedcphknedhlnaipfkgepk
Oficiální URL https://chrome.google.com/webstore/detail/meetingreat-screen-sharin/enfkmpkdedjedcphknedhlnaipfkgepk
Popis This chrome extension doesn't do anything except capturing content of your screen.
Velikost souboru 7.65 KB
Počet instalací 39
Aktuální Verze 1.0.3
Poslední Aktualizace 2014-06-13
Datum Vydání 2014-06-13
Hodnocení 2.00/5 Celkem 1 Hodnocení
Vývojář http://cvc.meetingreat.com
Typ Platby free
Podporované Jazyky zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Meetingreat Screen Sharing",
    "version": "1.0.3",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This chrome extension doesn't do anything except capturing content of your screen.",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/enfkmpkdedjedcphknedhlnaipfkgepk",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "matches": [
                "*:\/\/*.meetingreat.com\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.meetingreat.com\/*"
        ]
    },
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "http:\/\/*.meetingreat.com\/*",
        "https:\/\/*.meetingreat.com\/*",
        "desktopCapture",
        "tabs"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}