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文件

下載Click to call Zadarma擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
}