TELUS Business Connect for Microsoft 365

TELUS Business Connect for Microsoft 365

What is TELUS Business Connect for Microsoft 365?

TELUS Business Connect for Microsoft 365 is a Chrome extension developed by TELUS Communications Inc, and its main feature is "TELUS Business Connect for Microsoft 365".

Extension Screenshots

screenshot

Download TELUS Business Connect for Microsoft 365 Extension CRX File

Download TELUS Business Connect for Microsoft 365 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        What’s new in this release?

We continue to extend key functionality to simplify workflow and increase your productivity. 
This is achieved with new TELUS Business Connect support for Microsoft Teams in the O365 integration.
Users can now make:
Business Connect voice calls, SMS and video meetings in MS Teams one-on-one chat
Business Connect conference calls and video meetings in MS Teams Team chat
 
Users can now remain in their collaboration environment and reach out to colleagues instantly with no need to switch to another application.
 
TELUS Business Connect for Office 365 seamlessly blends business communications into your work environment, transforming your Office 365 integration into an enterprise-grade communications hub with a powerful and easy-to-use interface that is very simple for end-users to deploy and for IT to manage. This integration empowers your workforce with a superior, robust cloud communications solution accessible directly from Microsoft Outlook® and Microsoft Teams on the web.
 
Key Features

* Set TELUS Business Connect as the default for all communications.
* Easily initiate calls out of Microsoft Teams using TELUS Business Connect (applicable for web version of Teams only).
* Make and receive calls, send and receive business SMS directly from the Office 365 Outlook or Teams from the web interface.
* Access your complete RingCentral 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.
* View all Business Connect and Office 365 contacts in one, easy-to-search screen.
* Schedule Business Connect Meetings® or audio conferences natively from the Outlook calendar, from within the app, or from within your Teams group or direct chat conversations.
* Easily call or text your contacts from Office 365 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.
* Set a location where the proper authorities can be directed in the case of an emergency.                    

Extension Basic Information

Name TELUS Business Connect for Microsoft 365 TELUS Business Connect for Microsoft 365
ID ajbkmemmmikmjdolalkopjlknpppelna
Official URL https://chromewebstore.google.com/detail/telus-business-connect-fo/ajbkmemmmikmjdolalkopjlknpppelna
Description TELUS Business Connect for Microsoft 365
File Size 15.65 MB
Installation Count 988
Current Version 22.2.32
Last Updated 2022-10-27
Publish Date 2019-09-16
Rating 3.33/5 Total 3 Ratings
Developer TELUS Communications Inc
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.telus.com/en/on/support/privacy-policy?linktype=footer
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "22.2.32",
    "name": "TELUS Business Connect for Microsoft 365",
    "description": "TELUS Business Connect 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'"
}