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 là gì?

8x8 Virtual Office for Integrations là một tiện ích mở rộng Chrome được phát triển bởi https://8x8.com, và tính năng chính của nó là "8x8 UC Agent drives productivity by enabling voice calls, meetings and Click To Dial in Gmail, Calendar and Google Docs".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng 8x8 Virtual Office for Integrations

Tải xuống các tệp mở rộng 8x8 Virtual Office for Integrations dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên 8x8 Virtual Office for Integrations 8x8 Virtual Office for Integrations
ID ofmkcokdnmjmnhfnbjecafgppgadljnh
URL Chính Thức https://chromewebstore.google.com/detail/8x8-virtual-office-for-in/ofmkcokdnmjmnhfnbjecafgppgadljnh
Mô tả 8x8 UC Agent drives productivity by enabling voice calls, meetings and Click To Dial in Gmail, Calendar and Google Docs
Kích Thước Tệp 7.16 KB
Số Lần Cài Đặt 4,798
Phiên Bản Hiện Tại 1.9
Cập Nhật Lần Cuối 2020-01-08
Ngày Phát Hành 2020-01-08
Đánh Giá 3.29/5 Tổng số 7 Đánh Giá
Nhà Phát Triển https://8x8.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.8x8.com/products/integrations/g-suite
URL Trang Trợ Giúp https://support.8x8.com/cloud-phone-service/voice-integrations/google/Virtual_Office_Google_G-Suite_Integration
URL Trang Chính Sách Bảo Mật https://www.8x8.com/terms-and-conditions/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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
    }
}