CallHippo-Virtual Phone System

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

What is CallHippo-Virtual Phone System?

CallHippo-Virtual Phone System is a Chrome extension developed by https://callhippo.com, and its main feature is "CallHippo - Cloud based Virtual Phone Systems for Small Business | make a call from anywhere".

Extension Screenshots

screenshot

Download CallHippo-Virtual Phone System Extension CRX File

Download CallHippo-Virtual Phone System extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name CallHippo-Virtual Phone System CallHippo-Virtual Phone System
ID gbiddodjfedcfaomleolekbgkidagkci
Official URL https://chromewebstore.google.com/detail/callhippo-virtual-phone-s/gbiddodjfedcfaomleolekbgkidagkci
Description CallHippo - Cloud based Virtual Phone Systems for Small Business | make a call from anywhere
File Size 206 KB
Installation Count 2,482
Current Version 1.1.3
Last Updated 2024-02-28
Publish Date 2019-10-20
Rating 4.50/5 Total 16 Ratings
Developer https://callhippo.com
Email [email protected]
Payment Type free
Extension Website https://callhippo.com/
Help Page URL https://support.callhippo.com/
Privacy Policy Page URL https://callhippo.com/privacy
Supported Languages 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": [
                ""
            ]
        }
    ]
}