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
Eメール [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"
    }
}