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 |
官方網址 | 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 } |