Google Hangouts for Device

Schedule a Google Hangouts and join it automatically! Great for consistent periodic meetings like stand-ups.

Cos'è Google Hangouts for Device?

Google Hangouts for Device è un'estensione di Chrome sviluppata da roks0n, e la sua funzione principale è "Schedule a Google Hangouts and join it automatically! Great for consistent periodic meetings like stand-ups.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Google Hangouts for Device

Scarica i file di estensione Google Hangouts for Device 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 Google Hangouts for Device Google Hangouts for Device
ID gfolnfejfcddkmbpikcajepikaoekoom
URL Ufficiale https://chrome.google.com/webstore/detail/google-hangouts-for-devic/gfolnfejfcddkmbpikcajepikaoekoom
Descrizione Schedule a Google Hangouts and join it automatically! Great for consistent periodic meetings like stand-ups.
Dimensione del File 99.05 KB
Conteggio Installazioni 672
Versione Corrente 0.53
Ultimo Aggiornamento 2016-03-12
Data di Pubblicazione 2016-03-12
Valutazione 3.00/5 Totale 1 Valutazioni
Sviluppatore roks0n
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google Hangouts for Device",
    "short_name": "Google Hangouts Device",
    "description": "Schedule a Google Hangouts and join it automatically! Great for consistent periodic meetings like stand-ups.",
    "author": "roks0n",
    "version": "0.53",
    "icons": {
        "16": "media\/icon_16.png",
        "48": "media\/icon_48.png",
        "128": "media\/icon_128.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "media\/icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "alarms",
        "storage",
        "notifications",
        "https:\/\/hangouts.google.com\/hangouts\/*"
    ]
}