Account Switcher for Google Hangouts™

Adds ability to switch Google account when joining a Hangout

Qu'est-ce que Account Switcher for Google Hangouts™ ?

Account Switcher for Google Hangouts™ est une extension Chrome développée par https://deansofer.com, et sa fonction principale est "Adds ability to switch Google account when joining a Hangout".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Account Switcher for Google Hangouts™

Téléchargez les fichiers d'extension Account Switcher for Google Hangouts™ au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Account Switcher for Google Hangouts™ Account Switcher for Google Hangouts™
ID nefkfikjmkegdofdgimlgafakepfkahh
URL Officiel https://chromewebstore.google.com/detail/account-switcher-for-goog/nefkfikjmkegdofdgimlgafakepfkahh
Description Adds ability to switch Google account when joining a Hangout
Taille du Fichier 94.27 KB
Nombre d'Installations 605
Version Actuelle 0.0.3
Dernière Mise à Jour 2014-02-25
Date de Publication 2014-02-24
Évaluation 4.13/5 Total 8 Évaluations
Développeur https://deansofer.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/ProLoser/Chrome-Hangouts-Account-Switcher
URL de la Page d'Aide https://github.com/ProLoser/Chrome-Hangouts-Account-Switcher/issues/new
Langues Prises en Charge 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
}