Click2Dial for Zoom Phone

Make phone numbers clickable and initiate calls from Zoom. The Addon is not published by Zoom

什麼是Click2Dial for Zoom Phone?

Click2Dial for Zoom Phone是由matthew.duncan81開發的Chrome擴展程式,該擴展的主要功能是“Make phone numbers clickable and initiate calls from Zoom. The Addon is not published by Zoom”。

擴展截圖

screenshot

下載Click2Dial for Zoom Phone擴展crx文件

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

擴展使用說明

                        Make phone numbers on webpages clickable and initiate calls from Zoom using the "zoomphonecall" protocol.
This Add-on Is not published by Zoom                    

擴展基本資訊

名稱 Click2Dial for Zoom Phone Click2Dial for Zoom Phone
ID dhlbhgkgeacidhhflblogolldogolaml
官方網址 https://chromewebstore.google.com/detail/click2dial-for-zoom-phone/dhlbhgkgeacidhhflblogolldogolaml
簡介 Make phone numbers clickable and initiate calls from Zoom. The Addon is not published by Zoom
檔案大小 294 KB
安裝次數 395
目前版本 1.0
更新時間 2022-08-25
上架時間 2022-08-25
評分 5.00/5 共 2 次評分
開發者 matthew.duncan81
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "MD",
    "background": {
        "service_worker": "worker_wrapper.js"
    },
    "action": {
        "default_icon": "images\/phone_detection_inactive.png",
        "default_popup": "popup.html"
    },
    "description": "Make phone numbers clickable and initiate calls from Zoom. The Addon is not published by Zoom",
    "icons": {
        "128": "images\/logo128.png",
        "16": "images\/logo16.png",
        "48": "images\/logo48.png"
    },
    "manifest_version": 3,
    "name": "Click2Dial for Zoom Phone",
    "options_ui": {
        "browser_style": false,
        "open_in_tab": true,
        "page": "options.html"
    },
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "short_name": "Click2Dial",
    "version": "1.0",
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*"
            ],
            "matches": []
        }
    ]
}