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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://8x8.com และคุณลักษณะหลักของมันคือ "8x8 UC Agent drives productivity by enabling voice calls, meetings and Click To Dial in Gmail, Calendar and Google Docs"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 8x8 Virtual Office for Integrations

ดาวน์โหลดไฟล์ส่วนขยาย 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
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
    }
}