HipChat Meetings

A simple extension that allows you to schedule HipChat Meetings and stream your desktop into HipChat.

O que é HipChat Meetings?

HipChat Meetings é uma extensão do Chrome desenvolvida por https://hipchat.me, e sua principal característica é "A simple extension that allows you to schedule HipChat Meetings and stream your desktop into HipChat.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão HipChat Meetings

Baixe arquivos de extensão HipChat Meetings 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

                                            

Informações Básicas da Extensão

Nome HipChat Meetings HipChat Meetings
ID kdlonpjcbkjndbpboifcdcgeeciffoep
URL Oficial https://chromewebstore.google.com/detail/hipchat-meetings/kdlonpjcbkjndbpboifcdcgeeciffoep
Descrição A simple extension that allows you to schedule HipChat Meetings and stream your desktop into HipChat.
Tamanho do Arquivo 98.93 KB
Contagem de Instalações 2,347
Versão Atual 0.2.6.2
Última Atualização 2017-01-24
Data de Publicação 2017-01-24
Classificação 4.69/5 Total de 16 Avaliações
Desenvolvedor https://hipchat.me
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HipChat Meetings",
    "description": "A simple extension that allows you to schedule HipChat Meetings and stream your desktop into HipChat.",
    "version": "0.2.6.2",
    "minimum_chrome_version": "34",
    "icons": {
        "128": "hipchat-logo-128x128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "desktopCapture",
        "https:\/\/calendar.google.com\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.hipchat.me\/*",
            "*:\/\/*.atlassian.io\/*",
            "*:\/\/pawel.jitsi.net\/*",
            "*:\/\/hristo.jitsi.net\/*",
            "*:\/\/localhost:*\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/calendar.google.com\/calendar\/*",
                "https:\/\/outlook.live.com\/owa\/*"
            ],
            "js": [
                "jquery.js",
                "RandomUtil.js",
                "RoomnameGenerator.js",
                "meet-calendar.js"
            ],
            "css": [
                "\/css\/all.css"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "hipchat-logo-128x128.png",
        "hipchat-logo-white-48x48.png"
    ]
}