CallHippo-Virtual Phone System

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

CallHippo-Virtual Phone Systemとは何ですか?

CallHippo-Virtual Phone Systemはhttps://callhippo.comによって開発されたChromeの拡張機能で、その主な機能は「CallHippo - Cloud based Virtual Phone Systems for Small Business | make a call from anywhere」です。

拡張機能のスクリーンショット

screenshot

CallHippo-Virtual Phone System拡張機能のCRXファイルをダウンロード

CallHippo-Virtual Phone System拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 CallHippo-Virtual Phone System CallHippo-Virtual Phone System
ID gbiddodjfedcfaomleolekbgkidagkci
公式URL https://chromewebstore.google.com/detail/callhippo-virtual-phone-s/gbiddodjfedcfaomleolekbgkidagkci
説明 CallHippo - Cloud based Virtual Phone Systems for Small Business | make a call from anywhere
ファイルサイズ 206 KB
インストール数 2,482
現在のバージョン 1.1.3
最終更新日 2024-02-28
公開日 2019-10-20
評価 4.50/5 合計 16 レビュー
開発者 https://callhippo.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://callhippo.com/
ヘルプページのURL https://support.callhippo.com/
プライバシーポリシーページのURL https://callhippo.com/privacy
対応言語 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": [
                ""
            ]
        }
    ]
}