Account Switcher for Google Hangouts™

Adds ability to switch Google account when joining a Hangout

Что такое Account Switcher for Google Hangouts™?

Account Switcher for Google Hangouts™ - это расширение Chrome, разработанное https://deansofer.com, и его основная функция - "Adds ability to switch Google account when joining a Hangout".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Account Switcher for Google Hangouts™

Скачайте файлы расширений Account Switcher for Google Hangouts™ в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Account Switcher for Google Hangouts™ Account Switcher for Google Hangouts™
ID nefkfikjmkegdofdgimlgafakepfkahh
Официальный URL https://chromewebstore.google.com/detail/account-switcher-for-goog/nefkfikjmkegdofdgimlgafakepfkahh
Описание Adds ability to switch Google account when joining a Hangout
Размер файла 94.27 KB
Количество установок 605
Текущая Версия 0.0.3
Последнее Обновление 2014-02-25
Дата публикации 2014-02-24
Рейтинг 4.13/5 Всего 8 оценок
Разработчик https://deansofer.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/ProLoser/Chrome-Hangouts-Account-Switcher
URL страницы помощи https://github.com/ProLoser/Chrome-Hangouts-Account-Switcher/issues/new
Поддерживаемые языки 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
}