Account Switcher for Google Hangouts™

Adds ability to switch Google account when joining a Hangout

O que é Account Switcher for Google Hangouts™?

Account Switcher for Google Hangouts™ é uma extensão do Chrome desenvolvida por https://deansofer.com, e sua principal característica é "Adds ability to switch Google account when joining a Hangout".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Account Switcher for Google Hangouts™

Baixe arquivos de extensão Account Switcher for Google Hangouts™ no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Account Switcher for Google Hangouts™ Account Switcher for Google Hangouts™
ID nefkfikjmkegdofdgimlgafakepfkahh
URL Oficial https://chromewebstore.google.com/detail/account-switcher-for-goog/nefkfikjmkegdofdgimlgafakepfkahh
Descrição Adds ability to switch Google account when joining a Hangout
Tamanho do Arquivo 94.27 KB
Contagem de Instalações 605
Versão Atual 0.0.3
Última Atualização 2014-02-25
Data de Publicação 2014-02-24
Classificação 4.13/5 Total de 8 Avaliações
Desenvolvedor https://deansofer.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/ProLoser/Chrome-Hangouts-Account-Switcher
URL da Página de Ajuda https://github.com/ProLoser/Chrome-Hangouts-Account-Switcher/issues/new
Idiomas Suportados 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
}