CallHippo-Virtual Phone System

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

Co je CallHippo-Virtual Phone System?

CallHippo-Virtual Phone System je rozšíření Chrome vyvinuté https://callhippo.com, a jeho hlavní funkcí je „CallHippo - Cloud based Virtual Phone Systems for Small Business | make a call from anywhere“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření CallHippo-Virtual Phone System

Stáhněte si soubory rozšíření CallHippo-Virtual Phone System ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název CallHippo-Virtual Phone System CallHippo-Virtual Phone System
ID gbiddodjfedcfaomleolekbgkidagkci
Oficiální URL https://chromewebstore.google.com/detail/callhippo-virtual-phone-s/gbiddodjfedcfaomleolekbgkidagkci
Popis CallHippo - Cloud based Virtual Phone Systems for Small Business | make a call from anywhere
Velikost souboru 206 KB
Počet instalací 2,482
Aktuální Verze 1.1.3
Poslední Aktualizace 2024-02-28
Datum Vydání 2019-10-20
Hodnocení 4.50/5 Celkem 16 Hodnocení
Vývojář https://callhippo.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://callhippo.com/
URL Stránky Nápovědy https://support.callhippo.com/
URL Stránky Zásad Ochrany Soukromí https://callhippo.com/privacy
Podporované Jazyky 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": [
                ""
            ]
        }
    ]
}