Click2Dial for Zoom Phone

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

Qu'est-ce que Click2Dial for Zoom Phone ?

Click2Dial for Zoom Phone est une extension Chrome développée par matthew.duncan81, et sa fonction principale est "Make phone numbers clickable and initiate calls from Zoom. The Addon is not published by Zoom".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Click2Dial for Zoom Phone

Téléchargez les fichiers d'extension Click2Dial for Zoom Phone au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Click2Dial for Zoom Phone Click2Dial for Zoom Phone
ID dhlbhgkgeacidhhflblogolldogolaml
URL Officiel https://chromewebstore.google.com/detail/click2dial-for-zoom-phone/dhlbhgkgeacidhhflblogolldogolaml
Description Make phone numbers clickable and initiate calls from Zoom. The Addon is not published by Zoom
Taille du Fichier 294 KB
Nombre d'Installations 395
Version Actuelle 1.0
Dernière Mise à Jour 2022-08-25
Date de Publication 2022-08-25
Évaluation 5.00/5 Total 2 Évaluations
Développeur matthew.duncan81
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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": []
        }
    ]
}