Account Switcher for Google Hangouts™

Adds ability to switch Google account when joining a Hangout

Wat is Account Switcher for Google Hangouts™?

Account Switcher for Google Hangouts™ is een Chrome-extensie ontwikkeld door https://deansofer.com, en de belangrijkste functie is "Adds ability to switch Google account when joining a Hangout".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Account Switcher for Google Hangouts™

Download Account Switcher for Google Hangouts™-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Account Switcher for Google Hangouts™ Account Switcher for Google Hangouts™
ID nefkfikjmkegdofdgimlgafakepfkahh
Officiële URL https://chromewebstore.google.com/detail/account-switcher-for-goog/nefkfikjmkegdofdgimlgafakepfkahh
Beschrijving Adds ability to switch Google account when joining a Hangout
Bestandsgrootte 94.27 KB
Aantal Installaties 605
Huidige Versie 0.0.3
Laatst Bijgewerkt 2014-02-25
Publicatiedatum 2014-02-24
Beoordeling 4.13/5 Totaal 8 Beoordelingen
Ontwikkelaar https://deansofer.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/ProLoser/Chrome-Hangouts-Account-Switcher
Help Pagina-URL https://github.com/ProLoser/Chrome-Hangouts-Account-Switcher/issues/new
Ondersteunde Talen 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
}