8x8 Virtual Office for Integrations

8x8 UC Agent drives productivity by enabling voice calls, meetings and Click To Dial in Gmail, Calendar and Google Docs

8x8 Virtual Office for Integrations란 무엇입니까?

8x8 Virtual Office for Integrations은(는) https://8x8.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "8x8 UC Agent drives productivity by enabling voice calls, meetings and Click To Dial in Gmail, Calendar and Google Docs"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

8x8 Virtual Office for Integrations 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        8x8's out-of-the-box integration with G Suite instantly provides context specific to that caller including email, records from Salesforce for Salesforce users, and a one click to call capability to reach out to the subject matter expert.
The results? More intelligent and productive interactions between your employees and your customers.
Features include:
Instantly filters email specific to the caller 
Click-to-dial from Gmail and Google Calendar 
Integrated search results from 8x8 call history, Google directory and Salesforce 
Single user interface for email and business communications


Key Benefits
Enhanced Customer Experience
Auto-sorting and screen pops for relevant information as the call arrives keep the context during the communication delivering a frictionless experience.

Increased Productivity
The integration empowers the user to have all the information  in one place enabling a first call resolution.                    

확장 프로그램 기본 정보

이름 8x8 Virtual Office for Integrations 8x8 Virtual Office for Integrations
ID ofmkcokdnmjmnhfnbjecafgppgadljnh
공식 URL https://chromewebstore.google.com/detail/8x8-virtual-office-for-in/ofmkcokdnmjmnhfnbjecafgppgadljnh
설명 8x8 UC Agent drives productivity by enabling voice calls, meetings and Click To Dial in Gmail, Calendar and Google Docs
파일 크기 7.16 KB
설치 횟수 4,798
현재 버전 1.9
최근 업데이트 2020-01-08
출시 날짜 2020-01-08
평점 3.29/5 총 7 개의 평점
개발자 https://8x8.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.8x8.com/products/integrations/g-suite
도움말 페이지 URL https://support.8x8.com/cloud-phone-service/voice-integrations/google/Virtual_Office_Google_G-Suite_Integration
개인정보 보호 정책 페이지 URL https://www.8x8.com/terms-and-conditions/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "8x8 Virtual Office for Integrations",
    "description": "8x8 UC Agent drives productivity by enabling voice calls, meetings and Click To Dial in Gmail, Calendar and Google Docs",
    "version": "1.9",
    "browser_action": {
        "default_title": "8x8 Virtual Office for Integrations"
    },
    "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
    }
}