Click2Dial for Zoom Phone

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

Apa itu Click2Dial for Zoom Phone?

Click2Dial for Zoom Phone adalah ekstensi Chrome yang dikembangkan oleh matthew.duncan81, dan fitur utamanya adalah "Make phone numbers clickable and initiate calls from Zoom. The Addon is not published by Zoom".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Click2Dial for Zoom Phone

Unduh file ekstensi Click2Dial for Zoom Phone dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Click2Dial for Zoom Phone Click2Dial for Zoom Phone
ID dhlbhgkgeacidhhflblogolldogolaml
URL Resmi https://chromewebstore.google.com/detail/click2dial-for-zoom-phone/dhlbhgkgeacidhhflblogolldogolaml
Deskripsi Make phone numbers clickable and initiate calls from Zoom. The Addon is not published by Zoom
Ukuran File 294 KB
Jumlah Instalasi 395
Versi Saat Ini 1.0
Terakhir Diperbarui 2022-08-25
Tanggal Publikasi 2022-08-25
Penilaian 5.00/5 Total 2 Penilaian
Pengembang matthew.duncan81
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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": []
        }
    ]
}