CallSwitch One Click to Dial

The official CallSwitch One Click To Dial Extension

什么是CallSwitch One Click to Dial?

CallSwitch One Click to Dial是由Why Now Inc开发的Chrome扩展程序,该扩展的主要功能是“The official CallSwitch One Click To Dial Extension”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载CallSwitch One Click to Dial扩展crx文件

下载CallSwitch One Click to Dial扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Instantly dial phone numbers with just one click.

The CallSwitch One Click to Dial extension lets you work smart and make real-time calls by simply clicking phone numbers in your web browser or CRM system.

Our click-to-call Chrome extension automatically detects phone numbers on webpages and converts them into clickable links for fast, easy, single-click dialling. 

Compatible with all webpages, it works with the tools you already use including CRM systems such as Salesforce, Hubspot, Zoho and many more.

- Save time spent manually dialling numbers, by just clicking a number on-screen.
- Enhances productivity and helps increase sales.
- Improves customer satisfaction via reduced response times.
- Simple, immediate click-to-call integration - No API or HTML knowledge needed.
- Detects local, non-geographic and international phone numbers.
- Gain insights via call logs and statistics within the CallSwitch One platform.

Visit www.callswitchone.com for more information about how our industry leading Cloud communications platform can benefit you.                    

扩展基本信息

名称 CallSwitch One Click to Dial CallSwitch One Click to Dial
ID jbkedfooemeccbfebnjlcmkdhondnmjm
官方URL https://chromewebstore.google.com/detail/callswitch-one-click-to-d/jbkedfooemeccbfebnjlcmkdhondnmjm
简介 The official CallSwitch One Click To Dial Extension
文件大小 190 KB
安装次数 400
当前版本 1.4.0
更新时间 2024-01-26
上架时间 2023-06-29
评分 1.00/5 共2次评分
开发者 Why Now Inc
电子邮箱 [email protected]
付费类型 free
扩展官网 https://callswitchone.com
隐私政策页面URL https://whynow.app/privacy
支持的语言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CallSwitch One Click to Dial",
    "version": "1.4.0",
    "description": "The official CallSwitch One Click To Dial Extension",
    "permissions": [
        "activeTab",
        "storage",
        "webNavigation",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "action": {
        "default_title": "CallSwitch One",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/16.png",
            "32": "images\/32.png",
            "48": "images\/48.png",
            "128": "images\/128.png"
        }
    },
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "manifest_version": 3,
    "externally_connectable": {
        "matches": [
            "https:\/\/*.callswitchone.com\/*",
            "https:\/\/callswitchone.com\/*"
        ]
    }
}