Account Switcher for Google Hangouts™
Adds ability to switch Google account when joining a Hangout
Cos'è Account Switcher for Google Hangouts™?
Account Switcher for Google Hangouts™ è un'estensione di Chrome sviluppata da https://deansofer.com, e la sua funzione principale è "Adds ability to switch Google account when joining a Hangout".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Account Switcher for Google Hangouts™
Scarica i file di estensione Account Switcher for Google Hangouts™ in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | nefkfikjmkegdofdgimlgafakepfkahh |
URL Ufficiale | https://chromewebstore.google.com/detail/account-switcher-for-goog/nefkfikjmkegdofdgimlgafakepfkahh |
Descrizione | Adds ability to switch Google account when joining a Hangout |
Dimensione del File | 94.27 KB |
Conteggio Installazioni | 605 |
Versione Corrente | 0.0.3 |
Ultimo Aggiornamento | 2014-02-25 |
Data di Pubblicazione | 2014-02-24 |
Valutazione | 4.13/5 Totale 8 Valutazioni |
Sviluppatore | https://deansofer.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/ProLoser/Chrome-Hangouts-Account-Switcher |
URL della Pagina di Aiuto | https://github.com/ProLoser/Chrome-Hangouts-Account-Switcher/issues/new |
Lingue Supportate | 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 } |