CallHippo-Virtual Phone System

CallHippo - Cloud based Virtual Phone Systems for Small Business | make a call from anywhere

¿Qué es CallHippo-Virtual Phone System?

CallHippo-Virtual Phone System es una extensión de Chrome desarrollada por https://callhippo.com, y su función principal es "CallHippo - Cloud based Virtual Phone Systems for Small Business | make a call from anywhere".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión CallHippo-Virtual Phone System

Descarga archivos de extensión CallHippo-Virtual Phone System en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Make calls to any phone number across the globe at a single click  with the CallHippo virtual phone system.
 
CallHippo is a cloud-based VoIP (Voice over Internet Protocol) system for businesses of all sizes. CallHippo uses cloud computing to deploy a flexible telephony network over the internet.
 
With CallHippo, you won’t have to invest in expensive equipment. All you need is an internet connection, a computer / mobile, and a headset.
 
Started in Jan 2017, CallHippo has customers across the globe and offers virtual numbers for more than 50+ countries. It’s easy to use interface and robust architecture help businesses set up their call center in less than 3 minutes.
 
What is CallHippo Chrome Extension?
 
CallHippo Chrome extension detects phone numbers on any website you visit and allows click-to-call seamlessly. 
 
With click-to-call feature as soon as you click on the hyperlinked number, a call will be placed automatically through CallHippo’s virtual phone system. You can also install CallHippo’s mobile app (Android and iOS) to use our VoIP system in your mobile.
 
Key Features of CallHippo VoIP System
 
●	One-click call
●	Call analytics (caller details, call status, and time duration)
●	Call recordings
●	Get new numbers for different countries
●	Set timezone based on your location
●	Customize working hours according to your availability
●	Power dialer
●	Smart switch
●	Real-time report about call status history
●	Smart call forwarding
●	Call conference
●	Get unique numbers for different departments
●	Call barging
●	Call queuing
●	On hold music
●	Voice mail
●	Automatic call logging
●	Incoming screen pop-up
●	Add phone numbers to your CRM
●	Take notes
●	Quick access to missed calls and calls not logged
 
How CallHippo Benefits Your Business?
 
In sales and call centers, every second matter. CallHippo scans your system and adds a link to every number. This way, you can dial phone numbers with one click, thereby saving lots of your time every day.
 
The best part about CallHippo? It enables you to integrate seamlessly across various channels, including voice, mobile, social, chat, email, and SMS.
 
This way, CallHippo provides insights about your operations and customers in one place, enabling you to deliver personalized experiences.
 
Here are some more ways CallHippo benefits your business:
 
●	Allow unsatisfied customers to raise support tickets so your agents can follow up and solve their problems
●	Maintain an extensive customer database
●	Provides detail information about each customer
●	Find and filter agents quickly
●	Know how your agents interact with customers via call recordings and improve their performance
 
Integrate With 85+ Apps
 
CallHippo works with almost every critical sales, CRM, ecommerce, productivity, data and reporting, marketing, ERP, and helpdesk software.                    

Información Básica de la Extensión

Nombre CallHippo-Virtual Phone System CallHippo-Virtual Phone System
ID gbiddodjfedcfaomleolekbgkidagkci
URL Oficial https://chromewebstore.google.com/detail/callhippo-virtual-phone-s/gbiddodjfedcfaomleolekbgkidagkci
Descripción CallHippo - Cloud based Virtual Phone Systems for Small Business | make a call from anywhere
Tamaño del Archivo 206 KB
Cantidad de Instalaciones 2,482
Versión Actual 1.1.3
Última Actualización 2024-02-28
Fecha de Publicación 2019-10-20
Calificación 4.50/5 Total de 16 Calificaciones
Desarrollador https://callhippo.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://callhippo.com/
URL de la Página de Ayuda https://support.callhippo.com/
URL de la Página de Política de Privacidad https://callhippo.com/privacy
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "CallHippo-Virtual Phone System",
    "version": "1.1.3",
    "description": "CallHippo - Cloud based Virtual Phone Systems for Small Business | make a call from anywhere",
    "homepage_url": "https:\/\/callhippo.com\/",
    "icons": {
        "16": "callhippo.png",
        "48": "callhippo_48.png",
        "128": "callhippo_128.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "index.html",
        "default_title": "CallHippo-Virtual Phone System"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-3.2.0.min.js",
                "getNumberinfo.js",
                "area_codes.min.js",
                "utils.js",
                "content.js"
            ],
            "css": [
                "flags.min.css",
                "style.css"
            ],
            "all_frames": true,
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "callhippo.png",
                "callhippo_sms.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}