Click to call Zadarma

Click to call Zadarma

Click to call Zadarma란 무엇입니까?

Click to call Zadarma은(는) Zadarma에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Click to call Zadarma"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Click to call Zadarma 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Zadarma WebRTC extension for calls from the browser.

Zadarma Click to Call extension allows to make calls straight from the browser.

Zadarma users can call any number without a hustle - simply click on a number and make a call. You can use Click to Call to make a call, instead of reaching for your phone. Using the Chrome extension allows you to continue browsing through the website without dropping a call.

The extension finds phone numbers on the website. You can make a call by simply clicking a telephone icon or highlight the number and click on it using the right mouse button. You can also pull up a phone keypad by clicking the extension icon.

All calls made using the extension and are included in PBX statistics and integrated CRM systems. The Click to Call extension is especially convenient when working with CRM/helpdesk and similar systems.                    

확장 프로그램 기본 정보

이름 Click to call Zadarma Click to call Zadarma
ID lkignmdgfllplgaabepannhkjbenhmak
공식 URL https://chromewebstore.google.com/detail/click-to-call-zadarma/lkignmdgfllplgaabepannhkjbenhmak
설명 Click to call Zadarma
파일 크기 1.62 MB
설치 횟수 9,328
현재 버전 1.0.12
최근 업데이트 2024-01-08
출시 날짜 2021-06-29
평점 4.59/5 총 41 개의 평점
개발자 Zadarma
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://zadarma.com/en/
도움말 페이지 URL https://my.zadarma.com/chat/
개인정보 보호 정책 페이지 URL https://zadarma.com/en/legal/privacy-policy
지원되는 언어 de,en,fr,es,pl,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.12",
    "short_name": "ZClickToCall",
    "name": "Click to call Zadarma",
    "manifest_version": 3,
    "description": "Click to call Zadarma",
    "default_locale": "en",
    "action": {
        "default_icon": "android-chrome-48x48.png",
        "default_title": "ZWebRTC",
        "default_popup": "action.html"
    },
    "options_page": "options.html",
    "background": {
        "service_worker": "static\/js\/background.js",
        "matches": [
            "http:\/\/*\/*",
            "https:\/\/*\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "static\/js\/content.js"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "static\/js\/inpage.js",
                "js-lib\/dynamics-web-api.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "notifications",
        "videoCapture",
        "audioCapture",
        "contextMenus",
        "storage",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "wss:\/\/*\/*",
        "ws:\/\/*\/*"
    ],
    "icons": {
        "48": "android-chrome-48x48.png",
        "192": "android-chrome-192x192.png"
    },
    "host_permissions": [
        "file:\/\/*\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; frame-ancestors 'none';"
    },
    "minimum_chrome_version": "88"
}