TELUS Business Connect for Google

TELUS Business Connect for Google

TELUS Business Connect for Google란 무엇입니까?

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

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        TELUS Business Connect

Seamlessly integrate your TELUS Business Connect communications and collaboration solution with Google Cloud to create a powerful business communications hub. The TELUS Business Connect for Google Chrome extension makes it easy for your teams to access key TELUS Business Connect features without leaving their persistent Google applications, simplifying workflow and increasing productivity. 

Features:

Calendar: Schedule and join TELUS Business Connect Meetings and audio conference calls
Chrome browser softphone:
• View your complete communications history (voicemails, faxes, and messages)
• Active call control features (multi-way call, transfer, record, flip, etc.)
• Combine your TELUS Business Connect and Google contacts in one easy-to-search screen
• Click-to-dial or Click-to-SMS phone numbers within favorite G Suite applications such as Gmail, Docs™, Google Calendar™, and Chrome browser

Benefits:
► Seamless integration with Google Chrome
Connecting TELUS Business Connect with the web browser you use every day allows you to automate tedious tasks in your workflow for added efficiency and ease of use.

► Streamlined business communications
The TELUS Business Connect for Google Chrome extension reduces the need for users to turn to other tools while working in their persistent Google applications.

► Productive team collaboration
The ability to efficiently schedule and join conferences evolves your team collaboration, keeping projects moving forward in a productive way.                    

확장 프로그램 기본 정보

이름 TELUS Business Connect for Google TELUS Business Connect for Google
ID pgjalheaoofikjfidelgbldglgnhmfle
공식 URL https://chromewebstore.google.com/detail/telus-business-connect-fo/pgjalheaoofikjfidelgbldglgnhmfle
설명 TELUS Business Connect for Google
파일 크기 10.63 MB
설치 횟수 3,645
현재 버전 23.3.34
최근 업데이트 2024-02-05
출시 날짜 2020-02-07
평점 4.60/5 총 5 개의 평점
개발자 TELUS Communications Inc
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://business.telus.com/en/business/bundles-business-connect?CMP=PRT_sTEL_cBusinessConnect_cdBundlesB_ad&INTCMP=VAN_businessconnect
개인정보 보호 정책 페이지 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": "23.3.34",
    "name": "TELUS Business Connect for Google",
    "description": "TELUS Business Connect for Google",
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "tabs",
        "background",
        "notifications",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "storage",
        "identity"
    ],
    "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": [
                "*:\/\/calendar.google.com\/*"
            ],
            "js": [
                ".\/googleCalendarContent.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/content.js"
            ],
            "all_frames": true
        }
    ],
    "options_ui": {
        "page": "options.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/cdn.segment.com https:\/\/apps.ringcentral.com https:\/\/cdn.mxpnl.com; object-src 'self'",
    "oauth2": {
        "client_id": "977408672836-adrp7edfm3ghnnbtd5ph1oj0t0pf6t8k.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/calendar",
            "https:\/\/www.googleapis.com\/auth\/contacts.readonly",
            "https:\/\/www.googleapis.com\/auth\/admin.directory.user.readonly"
        ]
    }
}