CallOne Click-To-Dial

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

CallOne Click-To-Dial là gì?

CallOne Click-To-Dial là một tiện ích mở rộng Chrome được phát triển bởi https://www.callone.de, và tính năng chính của nó là "Connect your Business Telephony with Browser Click-to-Dial.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng CallOne Click-To-Dial

Tải xuống các tệp mở rộng CallOne Click-To-Dial dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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/                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên CallOne Click-To-Dial CallOne Click-To-Dial
ID cedionilkklbngbmlnipangpipeficfo
URL Chính Thức https://chromewebstore.google.com/detail/callone-click-to-dial/cedionilkklbngbmlnipangpipeficfo
Mô tả Connect your Business Telephony with Browser Click-to-Dial.
Kích Thước Tệp 1.14 MB
Số Lần Cài Đặt 458
Phiên Bản Hiện Tại 1.7.0
Cập Nhật Lần Cuối 2024-01-09
Ngày Phát Hành 2020-03-04
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://www.callone.de
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://www.callone.de/
URL Trang Chính Sách Bảo Mật https://www.callone.de/datenschutz
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}