Google Hangouts for Device
Schedule a Google Hangouts and join it automatically! Great for consistent periodic meetings like stand-ups.
What is Google Hangouts for Device?
Google Hangouts for Device is a Chrome extension developed by roks0n, and its main feature is "Schedule a Google Hangouts and join it automatically! Great for consistent periodic meetings like stand-ups.".
Extension Screenshots
Download Google Hangouts for Device Extension CRX File
Download Google Hangouts for Device extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | |
ID | gfolnfejfcddkmbpikcajepikaoekoom |
Official URL | https://chrome.google.com/webstore/detail/google-hangouts-for-devic/gfolnfejfcddkmbpikcajepikaoekoom |
Description | Schedule a Google Hangouts and join it automatically! Great for consistent periodic meetings like stand-ups. |
File Size | 99.05 KB |
Installation Count | 672 |
Current Version | 0.53 |
Last Updated | 2016-03-12 |
Publish Date | 2016-03-12 |
Rating | 3.00/5 Total 1 Ratings |
Developer | roks0n |
Payment Type | free |
Supported Languages | 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\/*" ] } |