Click2Dial for Zoom Phone

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

Vad är Click2Dial for Zoom Phone?

Click2Dial for Zoom Phone är en Chrome-tillägg utvecklad av matthew.duncan81, och dess huvudfunktion är "Make phone numbers clickable and initiate calls from Zoom. The Addon is not published by Zoom".

Tilläggsskärmbilder

screenshot

Ladda ner Click2Dial for Zoom Phone-förlängningens CRX-fil

Ladda ner Click2Dial for Zoom Phone-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Click2Dial for Zoom Phone Click2Dial for Zoom Phone
ID dhlbhgkgeacidhhflblogolldogolaml
Officiell webbadress https://chromewebstore.google.com/detail/click2dial-for-zoom-phone/dhlbhgkgeacidhhflblogolldogolaml
Beskrivning Make phone numbers clickable and initiate calls from Zoom. The Addon is not published by Zoom
Filstorlek 294 KB
Antal Installationer 395
Aktuell Version 1.0
Senast Uppdaterad 2022-08-25
Publiceringsdatum 2022-08-25
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare matthew.duncan81
E-post [email protected]
Betalningssätt free
Stödda Språk 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": []
        }
    ]
}