Contact Center

Contact Center's Chrome extension

Τι είναι το Contact Center;

Το Contact Center είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον contactcenterhub, και η κύρια λειτουργία του είναι "Contact Center's Chrome extension".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Contact Center

Λήψη αρχείων επέκτασης Contact Center σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Verizon's Contact Center Hub offers a simple, affordable solution to help your business provide exceptional customer service.

Providing great customer service is key to growing your business.   Verizon's Contact Center Hub solution is an easy-to-use, cloud-based contact center solution that enables customers to connect with your business anytime, anywhere.  It can be set up quickly, so you can spend more time engaging with customers and less time dealing with technology.  The service is adjustable and scalable in real-time to suit your varying business needs.

Customer service agents can work anywhere they have an internet connection or a mobile device.  Simple mobile apps enable them with advanced features to receive customer interactions on the go.  Key features include:
- Simple voice and SMS contact center capability
- From purchase to setup in as little as 24 hours
- Easily configure Call Routing and IVR from a browser
- Toll Free or 10-Digit Local Numbers with Flat-rate calling plans
- Analytics and reporting for a real-time perspective of the virtual center
- Native CRM integrations to integrate with your current business processes
- Affordable pricing, so even the smallest business can buy

Get Started:
1.  You must subscribe to Verizon's Contact Center Hub service through our Business Sales team.
2.  Download and install the Contact Center Hub App on your device.
3.  Enter the user credentials provided by your Contact Center Hub service administrator.

Visit  https://www.verizon.com/business/small-medium/ to learn more about Contact Center Hub.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Contact Center Contact Center
ID pepdjidbadagnonaflmgcaekpmlfljkg
Επίσημο URL https://chromewebstore.google.com/detail/contact-center/pepdjidbadagnonaflmgcaekpmlfljkg
Περιγραφή Contact Center's Chrome extension
Μέγεθος Αρχείου 385 KB
Αριθμός Εγκαταστάσεων 84
Τρέχουσα Έκδοση 2.706.1
Τελευταία Ενημέρωση 2020-10-01
Ημερομηνία Δημοσίευσης 2020-10-01
Προγραμματιστής contactcenterhub
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.verizon.com/business/small-medium/
Διεύθυνση URL της Σελίδας Βοήθειας https://b2b.verizonwireless.com/content/my-business-portal/support/account_management.html
URL της Σελίδας Πολιτικής Απορρήτου http://aircall.io/privacy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.706.1",
    "manifest_version": 2,
    "name": "Contact Center",
    "description": "Contact Center's Chrome extension",
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Contact Center Chrome",
        "default_icon": {
            "16": "static\/icons\/production\/16\/unlogged.png",
            "32": "static\/icons\/production\/32\/unlogged.png",
            "48": "static\/icons\/production\/48\/unlogged.png",
            "128": "static\/icons\/production\/128\/unlogged.png"
        }
    },
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "static\/js\/inject.js",
                "static\/js\/vendors.js"
            ],
            "css": [
                "static\/css\/inject.css"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "tabs",
        "",
        "storage",
        "cookies",
        "contextMenus"
    ],
    "icons": {
        "16": "static\/icons\/production\/16\/enabled.png",
        "32": "static\/icons\/production\/32\/enabled.png",
        "48": "static\/icons\/production\/48\/enabled.png",
        "128": "static\/icons\/production\/128\/enabled.png"
    },
    "web_accessible_resources": [
        "static\/images\/logo.svg",
        "static\/images\/extension-image.png"
    ],
    "content_security_policy": "script-src 'self' https:\/\/*.segment.com\/ ; object-src 'self'"
}