Meet With Me Now

This Google Chrome extension brings screen sharing to Meet With Me Now

Co je Meet With Me Now?

Meet With Me Now je rozšíření Chrome vyvinuté https://room.mwmnow.com, a jeho hlavní funkcí je „This Google Chrome extension brings screen sharing to Meet With Me Now“.

Stáhnout soubor CRX rozšíření Meet With Me Now

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

                        Screen sharing extension for Meet With Me Now                    

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

Název Meet With Me Now Meet With Me Now
ID eccifenbjnkphnnfdfajhnbkhkjgadkb
Oficiální URL https://chromewebstore.google.com/detail/meet-with-me-now/eccifenbjnkphnnfdfajhnbkhkjgadkb
Popis This Google Chrome extension brings screen sharing to Meet With Me Now
Velikost souboru 8.32 KB
Počet instalací 60
Aktuální Verze 1.0.0.6
Poslední Aktualizace 2017-01-27
Datum Vydání 2017-01-27
Vývojář https://room.mwmnow.com
Typ Platby free
Podporované Jazyky en-US
manifest.json
{
    "author": "XmarteK",
    "background": {
        "persistent": false,
        "scripts": [
            "background-config.js",
            "background-script.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content-script.js"
            ],
            "matches": [
                "https:\/\/room.mwmnow.com\/*"
            ]
        }
    ],
    "description": "This Google Chrome extension brings screen sharing to Meet With Me Now",
    "homepage_url": "https:\/\/www.mwmnow.com",
    "icons": {
        "48": "icon.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "name": "Meet With Me Now",
    "permissions": [
        "desktopCapture"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0.6",
    "web_accessible_resources": [
        "icon.png"
    ]
}