Account Switcher for Google Hangouts™
Adds ability to switch Google account when joining a Hangout
Account Switcher for Google Hangouts™とは何ですか?
Account Switcher for Google Hangouts™はhttps://deansofer.comによって開発されたChromeの拡張機能で、その主な機能は「Adds ability to switch Google account when joining a Hangout」です。
拡張機能のスクリーンショット
Account Switcher for Google Hangouts™拡張機能のCRXファイルをダウンロード
Account Switcher for Google Hangouts™拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
When you fail to connect to a Google+ Hangout, click the button to swap your active user account. Currently I'm only supporting 2 authenticated users. Support for choosing between all authenticated users may come later.
拡張機能の基本情報
名前 | |
ID | nefkfikjmkegdofdgimlgafakepfkahh |
公式URL | https://chromewebstore.google.com/detail/account-switcher-for-goog/nefkfikjmkegdofdgimlgafakepfkahh |
説明 | Adds ability to switch Google account when joining a Hangout |
ファイルサイズ | 94.27 KB |
インストール数 | 605 |
現在のバージョン | 0.0.3 |
最終更新日 | 2014-02-25 |
公開日 | 2014-02-24 |
評価 | 4.13/5 合計 8 レビュー |
開発者 | https://deansofer.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/ProLoser/Chrome-Hangouts-Account-Switcher |
ヘルプページのURL | https://github.com/ProLoser/Chrome-Hangouts-Account-Switcher/issues/new |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Account Switcher for Google Hangouts\u2122", "description": "Adds ability to switch Google account when joining a Hangout", "version": "0.0.3", "content_scripts": [ { "matches": [ "*:\/\/plus.google.com\/hangouts\/_\/*" ], "js": [ "switch-account.js" ], "run_at": "document_end" } ], "homepage_url": "https:\/\/github.com\/ProLoser\/Chrome-Hangouts-Account-Switcher", "icons": { "16": "images\/favicon-16.png", "32": "images\/favicon-32.png", "114": "images\/apple-touch-icon-114.png", "144": "images\/apple-touch-icon-144.png", "512": "images\/fluidicon.png" }, "permissions": [], "manifest_version": 2 } |