CallSwitch One Click to Dial

The official CallSwitch One Click To Dial Extension

CallSwitch One Click to Dial là gì?

CallSwitch One Click to Dial là một tiện ích mở rộng Chrome được phát triển bởi Why Now Inc, và tính năng chính của nó là "The official CallSwitch One Click To Dial Extension".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng CallSwitch One Click to Dial

Tải xuống các tệp mở rộng CallSwitch One 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

                        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.                    

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

Tên CallSwitch One Click to Dial CallSwitch One Click to Dial
ID jbkedfooemeccbfebnjlcmkdhondnmjm
URL Chính Thức https://chromewebstore.google.com/detail/callswitch-one-click-to-d/jbkedfooemeccbfebnjlcmkdhondnmjm
Mô tả The official CallSwitch One Click To Dial Extension
Kích Thước Tệp 190 KB
Số Lần Cài Đặt 400
Phiên Bản Hiện Tại 1.4.0
Cập Nhật Lần Cuối 2024-01-26
Ngày Phát Hành 2023-06-29
Đánh Giá 1.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Why Now Inc
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://callswitchone.com
URL Trang Chính Sách Bảo Mật https://whynow.app/privacy
Ngôn Ngữ Được Hỗ Trợ 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\/*"
        ]
    }
}