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 |
电子邮箱 | [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 } |