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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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
}