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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/*"
        ]
    }
}