CallOne Click-To-Dial

Connect your Business Telephony with Browser Click-to-Dial.

什么是CallOne Click-To-Dial?

CallOne Click-To-Dial是由https://www.callone.de开发的Chrome扩展程序,该扩展的主要功能是“Connect your Business Telephony with Browser Click-to-Dial.”。

扩展截图

screenshot

下载CallOne Click-To-Dial扩展crx文件

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

扩展使用说明

                        The CallOne browser extension converts all phone numbers into dialable links and allows comfortable dialing with just one click.
•	Works with different VoIP providers
•	Free of charge
•	Dialpad
•	Numerous additional functions in combination with CallOne
•	Optional CRM integrations (Salesforce, Pipedrive, Zendesk)
You can use our browser extension with your provider or in combination with the CallOne VoIP PBX or ACD. A wide range of additional functions are available to you with CallOne. 
Learn more: https://www.callone.de/                    

扩展基本信息

名称 CallOne Click-To-Dial CallOne Click-To-Dial
ID cedionilkklbngbmlnipangpipeficfo
官方URL https://chromewebstore.google.com/detail/callone-click-to-dial/cedionilkklbngbmlnipangpipeficfo
简介 Connect your Business Telephony with Browser Click-to-Dial.
文件大小 1.14 MB
安装次数 458
当前版本 1.7.0
更新时间 2024-01-09
上架时间 2020-03-04
评分 5.00/5 共2次评分
开发者 https://www.callone.de
电子邮箱 [email protected]
付费类型 in_app
扩展官网 https://www.callone.de/
隐私政策页面URL https://www.callone.de/datenschutz
支持的语言 de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CallOne Click-To-Dial",
    "description": "__MSG_appDescription__",
    "homepage_url": "https:\/\/www.callone.de",
    "version": "1.7.0",
    "default_locale": "en",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/connect.callone.io\/*",
        "https:\/\/connect.inopla.de\/*",
        "https:\/\/connect.comdesk.de\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_idle",
            "css": [
                "\/css\/content.css"
            ],
            "js": [
                "\/javascript\/helper.js",
                "\/javascript\/i18n.js",
                "\/javascript\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/logo_ca.png"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "\/javascript\/background.js"
    },
    "action": {
        "default_icon": {
            "16": "\/images\/icons\/actions\/ca-default.png",
            "24": "\/images\/icons\/actions\/ca-default.png",
            "32": "\/images\/icons\/actions\/ca-default.png"
        },
        "default_popup": "\/html\/popup.html"
    },
    "icons": {
        "16": "\/images\/icons\/actions\/ca-default.png",
        "128": "\/images\/icons\/actions\/ca-default.png"
    }
}