TELUS Business Connect for Microsoft 365

TELUS Business Connect for Microsoft 365

TELUS Business Connect for Microsoft 365란 무엇입니까?

TELUS Business Connect for Microsoft 365은(는) TELUS Communications Inc에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "TELUS Business Connect for Microsoft 365"입니다.

확장 프로그램 스크린샷

screenshot

TELUS Business Connect for Microsoft 365 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 TELUS Business Connect for Microsoft 365 TELUS Business Connect for Microsoft 365
ID ajbkmemmmikmjdolalkopjlknpppelna
공식 URL https://chromewebstore.google.com/detail/telus-business-connect-fo/ajbkmemmmikmjdolalkopjlknpppelna
설명 TELUS Business Connect for Microsoft 365
파일 크기 15.65 MB
설치 횟수 988
현재 버전 22.2.32
최근 업데이트 2022-10-27
출시 날짜 2019-09-16
평점 3.33/5 총 3 개의 평점
개발자 TELUS Communications Inc
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.telus.com/en/on/support/privacy-policy?linktype=footer
지원되는 언어 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'"
}