Gcalls Callbox

Click to call any contacts inside various CRM platforms

Gcalls Callboxとは何ですか?

Gcalls CallboxはGcallsによって開発されたChromeの拡張機能で、その主な機能は「Click to call any contacts inside various CRM platforms」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot

Gcalls Callbox拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Click to call any contact inside various CRM and Helpdesk platforms and understand your customers before any conversation. Gcalls Plus Extension attempts to make life easier for your telesales, sales and customer service team. 

With Gcalls Plus Extension, agents can make calls right on your CRM, Helpdesk's database page just by one convenient click without dialing customers’ number. For incoming calls, a notification shows up even when you are working on other interfaces. This helps to save time per call made and hence increase productivity.

We also help you deliver the best experiences to your beloved customers thanks to all important information shown when there is an incoming call. Your agents will know exactly what their name is, latest notes, latest tickets, latest deals etc. and be better prepared for a fruitful conversation. Nothing makes customers more satisfied than a professional service that always cares and respects them.

We have integrated the extension with several CRM and Helpdesk platforms. They are not what you are using? Don't worry! Contact us at (+84) 898587099 or email [email protected]. Let us complete your call center solution and empower your favorite CRM tool.                    

拡張機能の基本情報

名前 Gcalls Callbox Gcalls Callbox
ID eondgfflhphebakfkhhpcacimpmpjmml
公式URL https://chromewebstore.google.com/detail/gcalls-callbox/eondgfflhphebakfkhhpcacimpmpjmml
説明 Click to call any contacts inside various CRM platforms
ファイルサイズ 3.83 MB
インストール数 521
現在のバージョン 1.2.3
最終更新日 2023-12-07
公開日 2022-06-06
評価 5.00/5 合計 1 レビュー
開発者 Gcalls
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://gcalls.co/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Gcalls Callbox",
    "description": "Click to call any contacts inside various CRM platforms",
    "permissions": [
        "storage"
    ],
    "version": "1.2.3",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_icon": "icons\/logo.png"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "assets\/css\/click-to-call.css",
                "assets\/css\/font-awesome.min.css"
            ],
            "js": [
                "assets\/js\/gcallsSdk.js",
                "assets\/js\/socket.io.js",
                "callbox\/addCallbox.js",
                "callbox\/renderTooltip.js",
                "options.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/*"
            ]
        },
        {
            "matches": [
                ""
            ],
            "resources": [
                "icons\/logo.png"
            ]
        }
    ]
}