Meet With Me Now

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

O que é Meet With Me Now?

Meet With Me Now é uma extensão do Chrome desenvolvida por https://room.mwmnow.com, e sua principal característica é "This Google Chrome extension brings screen sharing to Meet With Me Now".

Baixar o arquivo CRX da Extensão Meet With Me Now

Baixe arquivos de extensão Meet With Me Now no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Screen sharing extension for Meet With Me Now                    

Informações Básicas da Extensão

Nome Meet With Me Now Meet With Me Now
ID eccifenbjnkphnnfdfajhnbkhkjgadkb
URL Oficial https://chromewebstore.google.com/detail/meet-with-me-now/eccifenbjnkphnnfdfajhnbkhkjgadkb
Descrição This Google Chrome extension brings screen sharing to Meet With Me Now
Tamanho do Arquivo 8.32 KB
Contagem de Instalações 60
Versão Atual 1.0.0.6
Última Atualização 2017-01-27
Data de Publicação 2017-01-27
Desenvolvedor https://room.mwmnow.com
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}