Account Switcher for Google Hangouts™
Adds ability to switch Google account when joining a Hangout
Account Switcher for Google Hangouts™ là gì?
Account Switcher for Google Hangouts™ là một tiện ích mở rộng Chrome được phát triển bởi https://deansofer.com, và tính năng chính của nó là "Adds ability to switch Google account when joining a Hangout".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Account Switcher for Google Hangouts™
Tải xuống các tệp mở rộng Account Switcher for Google Hangouts™ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | nefkfikjmkegdofdgimlgafakepfkahh |
URL Chính Thức | https://chromewebstore.google.com/detail/account-switcher-for-goog/nefkfikjmkegdofdgimlgafakepfkahh |
Mô tả | Adds ability to switch Google account when joining a Hangout |
Kích Thước Tệp | 94.27 KB |
Số Lần Cài Đặt | 605 |
Phiên Bản Hiện Tại | 0.0.3 |
Cập Nhật Lần Cuối | 2014-02-25 |
Ngày Phát Hành | 2014-02-24 |
Đánh Giá | 4.13/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | https://deansofer.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/ProLoser/Chrome-Hangouts-Account-Switcher |
URL Trang Trợ Giúp | https://github.com/ProLoser/Chrome-Hangouts-Account-Switcher/issues/new |
Ngôn Ngữ Được Hỗ Trợ | 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 } |