CallHippo-Virtual Phone System

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

O que é CallHippo-Virtual Phone System?

CallHippo-Virtual Phone System é uma extensão do Chrome desenvolvida por https://callhippo.com, e sua principal característica é "CallHippo - Cloud based Virtual Phone Systems for Small Business | make a call from anywhere".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão CallHippo-Virtual Phone System

Baixe arquivos de extensão CallHippo-Virtual Phone System no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome CallHippo-Virtual Phone System CallHippo-Virtual Phone System
ID gbiddodjfedcfaomleolekbgkidagkci
URL Oficial https://chromewebstore.google.com/detail/callhippo-virtual-phone-s/gbiddodjfedcfaomleolekbgkidagkci
Descrição CallHippo - Cloud based Virtual Phone Systems for Small Business | make a call from anywhere
Tamanho do Arquivo 206 KB
Contagem de Instalações 2,482
Versão Atual 1.1.3
Última Atualização 2024-02-28
Data de Publicação 2019-10-20
Classificação 4.50/5 Total de 16 Avaliações
Desenvolvedor https://callhippo.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://callhippo.com/
URL da Página de Ajuda https://support.callhippo.com/
URL da Página de Política de Privacidade https://callhippo.com/privacy
Idiomas Suportados 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": [
                ""
            ]
        }
    ]
}