HipChat Meetings
A simple extension that allows you to schedule HipChat Meetings and stream your desktop into HipChat.
Cos'è HipChat Meetings?
HipChat Meetings è un'estensione di Chrome sviluppata da https://hipchat.me, e la sua funzione principale è "A simple extension that allows you to schedule HipChat Meetings and stream your desktop into HipChat.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione HipChat Meetings
Scarica i file di estensione HipChat Meetings in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
                                             Informazioni di Base sull'Estensione
| Nome |   |  
| ID | kdlonpjcbkjndbpboifcdcgeeciffoep | 
| URL Ufficiale | https://chromewebstore.google.com/detail/hipchat-meetings/kdlonpjcbkjndbpboifcdcgeeciffoep | 
| Descrizione | A simple extension that allows you to schedule HipChat Meetings and stream your desktop into HipChat. | 
| Dimensione del File | 98.93 KB | 
| Conteggio Installazioni | 2,347 | 
| Versione Corrente | 0.2.6.2 | 
| Ultimo Aggiornamento | 2017-01-24 | 
| Data di Pubblicazione | 2017-01-24 | 
| Valutazione | 4.69/5 Totale 16 Valutazioni | 
| Sviluppatore | https://hipchat.me | 
| [email protected] | |
| Tipo di Pagamento | free | 
| Lingue Supportate | 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"
    ]
}  |  |