Account Switcher for Google Hangouts™
Adds ability to switch Google account when joining a Hangout
What is Account Switcher for Google Hangouts™?
Account Switcher for Google Hangouts™ is a Chrome extension developed by https://deansofer.com, and its main feature is "Adds ability to switch Google account when joining a Hangout".
Extension Screenshots
Download Account Switcher for Google Hangouts™ Extension CRX File
Download Account Switcher for Google Hangouts™ 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
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.
Extension Basic Information
Name | |
ID | nefkfikjmkegdofdgimlgafakepfkahh |
Official URL | https://chromewebstore.google.com/detail/account-switcher-for-goog/nefkfikjmkegdofdgimlgafakepfkahh |
Description | Adds ability to switch Google account when joining a Hangout |
File Size | 94.27 KB |
Installation Count | 605 |
Current Version | 0.0.3 |
Last Updated | 2014-02-25 |
Publish Date | 2014-02-24 |
Rating | 4.13/5 Total 8 Ratings |
Developer | https://deansofer.com |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/ProLoser/Chrome-Hangouts-Account-Switcher |
Help Page URL | https://github.com/ProLoser/Chrome-Hangouts-Account-Switcher/issues/new |
Supported Languages | 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 } |