8x8 for Microsoft Teams

8x8 UC Agent drives productivity by enabling voice calls, meetings and Click To Dial in Microsoft Teams

ما هو 8x8 for Microsoft Teams؟

8x8 for Microsoft Teams هو إضافة Chrome تم تطويرها بواسطة 8x8integrations، والميزة الرئيسية لها هي "8x8 UC Agent drives productivity by enabling voice calls, meetings and Click To Dial in Microsoft Teams".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة 8x8 for Microsoft Teams

قم بتنزيل ملفات الامتداد 8x8 for Microsoft Teams بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        8x8's out-of-the-box integration with Microsoft Teams allows click to call a Microsoft Team member.

An 8x8 dialer allows to receive and make calls.

Key Benefits:
Increased Productivity
8x8 dialer functionality                    

معلومات أساسية عن التمديد

الاسم 8x8 for Microsoft Teams 8x8 for Microsoft Teams
ID ikhimagflhihgfcjdpgcopfkfnenggfe
عنوان URL الرسمي https://chromewebstore.google.com/detail/8x8-for-microsoft-teams/ikhimagflhihgfcjdpgcopfkfnenggfe
الوصف 8x8 UC Agent drives productivity by enabling voice calls, meetings and Click To Dial in Microsoft Teams
حجم الملف 7.13 KB
عدد التثبيتات 503
النسخة الحالية 1.0
آخر تحديث 2019-11-09
تاريخ النشر 2019-11-08
تقييم 4.00/5 مجموع تقييمات 1
المطور 8x8integrations
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://www.8x8.com/terms-and-conditions/privacy-policy
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "8x8 for Microsoft Teams",
    "description": "8x8 UC Agent drives productivity by enabling voice calls, meetings and Click To Dial in Microsoft Teams",
    "version": "1.0",
    "browser_action": {
        "default_title": "8x8 for Microsoft Teams"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "activeTab",
        "tabs",
        "*:\/\/*\/*",
        "webRequest",
        "webRequestBlocking"
    ],
    "background": {
        "scripts": [
            "agentmodelservice.js",
            "background.js"
        ],
        "persistent": true
    }
}