HipChat Meetings
A simple extension that allows you to schedule HipChat Meetings and stream your desktop into HipChat.
Wat is HipChat Meetings?
HipChat Meetings is een Chrome-extensie ontwikkeld door https://hipchat.me, en de belangrijkste functie is "A simple extension that allows you to schedule HipChat Meetings and stream your desktop into HipChat.".
Extensie Screenshots
Download het CRX-bestand van de extensie HipChat Meetings
Download HipChat Meetings-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
| Naam |   |  
| ID | kdlonpjcbkjndbpboifcdcgeeciffoep | 
| Officiële URL | https://chromewebstore.google.com/detail/hipchat-meetings/kdlonpjcbkjndbpboifcdcgeeciffoep | 
| Beschrijving | A simple extension that allows you to schedule HipChat Meetings and stream your desktop into HipChat. | 
| Bestandsgrootte | 98.93 KB | 
| Aantal Installaties | 2,347 | 
| Huidige Versie | 0.2.6.2 | 
| Laatst Bijgewerkt | 2017-01-24 | 
| Publicatiedatum | 2017-01-24 | 
| Beoordeling | 4.69/5 Totaal 16 Beoordelingen | 
| Ontwikkelaar | https://hipchat.me | 
| team@jitsi.org | |
| Betalingswijze | free | 
| Ondersteunde Talen | 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"
    ]
}  |  |