Zoiper Click2Dial

Make phone numbers clickable and initiate calls from Zoiper.

Zoiper Click2Dial란 무엇입니까?

Zoiper Click2Dial은(는) Zoiper에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Make phone numbers clickable and initiate calls from Zoiper."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Zoiper Click2Dial 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        With the Zoiper Click2Dial extension, phone numbers on web pages become clickable. 
When you click to call a number, the extension will make the call from Zoiper. 

New and improved Click2Dial extension!
Now features the following:
Icon has quick option to enable/disable the extension on either entire website or just a page.

Extensions settings:
• Options to hide/show the Zoiper logo & country flag next to phone numbers
• Region select – will help recognize numbers that are shown on web pages without prefix and country code.
• Blacklist – to enable/disable the extension from working on specific website or page of your choice

Additional features:
New option in context menu "Dial with Zoiper": select any text or number in your website or CRM, right click and choose "Dial with Zoiper" and the call will be initiated by Zoiper.

Important: Click2Dial extension works only with an official paid license of Zoiper. You can obtain one here: https://www.zoiper.com/en/shop/buy/zoiper5?ftr=C2D                    

확장 프로그램 기본 정보

이름 Zoiper Click2Dial Zoiper Click2Dial
ID fajmnddnafkmfdeekbkjcpohhoodhgjj
공식 URL https://chromewebstore.google.com/detail/zoiper-click2dial/fajmnddnafkmfdeekbkjcpohhoodhgjj
설명 Make phone numbers clickable and initiate calls from Zoiper.
파일 크기 292 KB
설치 횟수 9,361
현재 버전 1.54
최근 업데이트 2024-02-12
출시 날짜 2020-02-02
평점 2.98/5 총 47 개의 평점
개발자 Zoiper
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.zoiper.com
도움말 페이지 URL https://www.zoiper.com/en/support/home
개인정보 보호 정책 페이지 URL https://www.zoiper.com/en/zoiper-privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Zoiper Click2Dial",
    "author": "Zoiper",
    "short_name": "Click2Dial",
    "version": "1.54",
    "manifest_version": 3,
    "description": "Make phone numbers clickable and initiate calls from Zoiper.",
    "action": {
        "default_popup": "popup.html",
        "default_icon": "images\/phone_detection_inactive.png"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "contextMenus",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "images\/logo16.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}