Google Hangouts for Device
Schedule a Google Hangouts and join it automatically! Great for consistent periodic meetings like stand-ups.
Google Hangouts for Deviceとは何ですか?
Google Hangouts for Deviceはroks0nによって開発されたChromeの拡張機能で、その主な機能は「Schedule a Google Hangouts and join it automatically! Great for consistent periodic meetings like stand-ups.」です。
拡張機能のスクリーンショット
Google Hangouts for Device拡張機能のCRXファイルをダウンロード
Google Hangouts for Device拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | |
ID | gfolnfejfcddkmbpikcajepikaoekoom |
公式URL | https://chrome.google.com/webstore/detail/google-hangouts-for-devic/gfolnfejfcddkmbpikcajepikaoekoom |
説明 | Schedule a Google Hangouts and join it automatically! Great for consistent periodic meetings like stand-ups. |
ファイルサイズ | 99.05 KB |
インストール数 | 672 |
現在のバージョン | 0.53 |
最終更新日 | 2016-03-12 |
公開日 | 2016-03-12 |
評価 | 3.00/5 合計 1 レビュー |
開発者 | roks0n |
支払い方法 | free |
対応言語 | 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\/*" ] } |