Account Switcher for Google Hangouts™
Adds ability to switch Google account when joining a Hangout
Apa itu Account Switcher for Google Hangouts™?
Account Switcher for Google Hangouts™ adalah ekstensi Chrome yang dikembangkan oleh https://deansofer.com, dan fitur utamanya adalah "Adds ability to switch Google account when joining a Hangout".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Account Switcher for Google Hangouts™
Unduh file ekstensi Account Switcher for Google Hangouts™ dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | nefkfikjmkegdofdgimlgafakepfkahh |
URL Resmi | https://chromewebstore.google.com/detail/account-switcher-for-goog/nefkfikjmkegdofdgimlgafakepfkahh |
Deskripsi | Adds ability to switch Google account when joining a Hangout |
Ukuran File | 94.27 KB |
Jumlah Instalasi | 605 |
Versi Saat Ini | 0.0.3 |
Terakhir Diperbarui | 2014-02-25 |
Tanggal Publikasi | 2014-02-24 |
Penilaian | 4.13/5 Total 8 Penilaian |
Pengembang | https://deansofer.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/ProLoser/Chrome-Hangouts-Account-Switcher |
URL Halaman Bantuan | https://github.com/ProLoser/Chrome-Hangouts-Account-Switcher/issues/new |
Bahasa yang Didukung | 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 } |