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

Hvad er 8x8 Virtual Office for Integrations?

8x8 Virtual Office for Integrations er en Chrome-udvidelse udviklet af https://8x8.com, og dens hovedfunktion er "8x8 UC Agent drives productivity by enabling voice calls, meetings and Click To Dial in Gmail, Calendar and Google Docs".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download 8x8 Virtual Office for Integrations-udvidelses-CRX-fil

Download 8x8 Virtual Office for Integrations-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn 8x8 Virtual Office for Integrations 8x8 Virtual Office for Integrations
ID ofmkcokdnmjmnhfnbjecafgppgadljnh
Officiel URL https://chromewebstore.google.com/detail/8x8-virtual-office-for-in/ofmkcokdnmjmnhfnbjecafgppgadljnh
Beskrivelse 8x8 UC Agent drives productivity by enabling voice calls, meetings and Click To Dial in Gmail, Calendar and Google Docs
Filstørrelse 7.16 KB
Antal Installationer 4,798
Nuværende Version 1.9
Senest Opdateret 2020-01-08
Udgivelsesdato 2020-01-08
Bedømmelse 3.29/5 Samlet 7 Bedømmelser
Udvikler https://8x8.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.8x8.com/products/integrations/g-suite
Hjælpeside-URL https://support.8x8.com/cloud-phone-service/voice-integrations/google/Virtual_Office_Google_G-Suite_Integration
URL til Fortrolighedspolitik Side https://www.8x8.com/terms-and-conditions/privacy-policy
Understøttede Sprog 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
    }
}