BT Cloud Work for Microsoft 365

BT Cloud Work for Microsoft 365

ما هو BT Cloud Work for Microsoft 365؟

BT Cloud Work for Microsoft 365 هو إضافة Chrome تم تطويرها بواسطة RingCentral، والميزة الرئيسية لها هي "BT Cloud Work for Microsoft 365".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة BT Cloud Work for Microsoft 365

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

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

                        BT Cloud Phone for Office 365 transforms your Microsoft Office 365 cloud work environment into an enterprise-grade communications hub.

• Make and receive calls, send and receive business SMS directly from the Office 365 outlook on the web interface.
• Access your complete BT Cloud Phone communications history - calls, texts, faxes, and voicemails in a single view.
• Click-to-dial or Click-to-SMS any phone number that appears in your Office 365 mail messages.
• Set BT Cloud Phone presence status directly from the mail application.
• View all BT Cloud Phone and Office 365 contacts in one, easy-to-search screen.
• Schedule BT Cloud Phone Meetings® or audio conferences natively from the calendar or from within the app.
• Easily call or text your contacts from O365 contact cards.
• Add participants to an active call at any time. 
• Select and change the mode and device to make calls as needed. 
• No software or hardware to install, maintain or upgrade.
• Deploy on day one—no need for time-consuming customizations, professional services support, or middleware.                    

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

الاسم BT Cloud Work for Microsoft 365 BT Cloud Work for Microsoft 365
ID diijengpklolgeopoannmbfdkpklgmfl
عنوان URL الرسمي https://chrome.google.com/webstore/detail/bt-cloud-work-for-microso/diijengpklolgeopoannmbfdkpklgmfl
الوصف BT Cloud Work for Microsoft 365
حجم الملف 15.61 MB
عدد التثبيتات 666
النسخة الحالية 22.2.33
آخر تحديث 2023-03-20
تاريخ النشر 2019-08-26
تقييم 4.33/5 مجموع تقييمات 3
المطور RingCentral
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://www.ringcentral.com/legal/privacy-notice.html
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "22.2.33",
    "name": "BT Cloud Work for Microsoft 365",
    "description": "BT Cloud Work for Microsoft 365",
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "tabs",
        "background",
        "notifications",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "storage"
    ],
    "browser_action": [],
    "icons": {
        "16": "icon_16.png",
        "32": "icon_32.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "web_accessible_resources": [
        "redirect.html",
        "client.html",
        "assets\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/content.js"
            ],
            "all_frames": true
        }
    ],
    "options_ui": {
        "page": "options.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/*.googleapis.com https:\/\/*.google.com https:\/\/*.segment.com https:\/\/apps.ringcentral.com https:\/\/*.mxpnl.com; object-src 'self'"
}