Google Hangouts for Device

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

Wat is Google Hangouts for Device?

Google Hangouts for Device is een Chrome-extensie ontwikkeld door roks0n, en de belangrijkste functie is "Schedule a Google Hangouts and join it automatically! Great for consistent periodic meetings like stand-ups.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Google Hangouts for Device

Download Google Hangouts for Device-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 Google Hangouts for Device Google Hangouts for Device
ID gfolnfejfcddkmbpikcajepikaoekoom
Officiële URL https://chrome.google.com/webstore/detail/google-hangouts-for-devic/gfolnfejfcddkmbpikcajepikaoekoom
Beschrijving Schedule a Google Hangouts and join it automatically! Great for consistent periodic meetings like stand-ups.
Bestandsgrootte 99.05 KB
Aantal Installaties 672
Huidige Versie 0.53
Laatst Bijgewerkt 2016-03-12
Publicatiedatum 2016-03-12
Beoordeling 3.00/5 Totaal 1 Beoordelingen
Ontwikkelaar roks0n
Betalingswijze free
Ondersteunde Talen 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\/*"
    ]
}