Google Hangouts for Device
Schedule a Google Hangouts and join it automatically! Great for consistent periodic meetings like stand-ups.
Was ist Google Hangouts for Device?
Google Hangouts for Device ist eine Chrome-Erweiterung, die von roks0n entwickelt wurde, und ihr Hauptmerkmal ist "Schedule a Google Hangouts and join it automatically! Great for consistent periodic meetings like stand-ups.".
Erweiterungsscreenshots
Google Hangouts for Device-Erweiterungs-CRX-Datei herunterladen
Laden Sie Google Hangouts for Device-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Grundlegende Informationen zur Erweiterung
Name | |
ID | gfolnfejfcddkmbpikcajepikaoekoom |
Offizielle URL | https://chrome.google.com/webstore/detail/google-hangouts-for-devic/gfolnfejfcddkmbpikcajepikaoekoom |
Beschreibung | Schedule a Google Hangouts and join it automatically! Great for consistent periodic meetings like stand-ups. |
Dateigröße | 99.05 KB |
Installationsanzahl | 672 |
Aktuelle Version | 0.53 |
Letztes Update | 2016-03-12 |
Veröffentlichungsdatum | 2016-03-12 |
Bewertung | 3.00/5 Insgesamt 1 Bewertungen |
Entwickler | roks0n |
Zahlungsart | free |
Unterstützte Sprachen | 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\/*" ] } |