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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 } |