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文件

下載8x8 Virtual Office for Integrations擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
    }
}