ShoreTel Sky Web Dialer

Converts web page phone numbers to dialable links

Apa itu ShoreTel Sky Web Dialer?

ShoreTel Sky Web Dialer adalah ekstensi Chrome yang dikembangkan oleh https://www.mitel.com, dan fitur utamanya adalah "Converts web page phone numbers to dialable links".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi ShoreTel Sky Web Dialer

Unduh file ekstensi ShoreTel Sky Web Dialer 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

                        ShoreTel Web Dialer allows a ShoreTel user to dial phone numbers appearing on a web page with a single click.                    

Informasi Dasar Ekstensi

Nama ShoreTel Sky Web Dialer ShoreTel Sky Web Dialer
ID hmciedknmdagddjhaakffmnkngdlpmjf
URL Resmi https://chromewebstore.google.com/detail/shoretel-sky-web-dialer/hmciedknmdagddjhaakffmnkngdlpmjf
Deskripsi Converts web page phone numbers to dialable links
Ukuran File 55.99 KB
Jumlah Instalasi 0
Versi Saat Ini 1.0.12
Terakhir Diperbarui 2020-06-17
Tanggal Publikasi 2020-06-16
Penilaian 3.43/5 Total 7 Penilaian
Pengembang https://www.mitel.com
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://chromeextension.globalauth.mitelcloud.com/privacy_wd.html
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ShoreTel Sky Web Dialer",
    "version": "1.0.12",
    "manifest_version": 2,
    "description": "Converts web page phone numbers to dialable links",
    "browser_action": {
        "default_icon": "shoretelLogo48.png",
        "default_popup": "popup.html",
        "default_title": "ShoreTel Sky Web Dialer"
    },
    "icons": {
        "16": "shoretelLogo16.png",
        "48": "shoretelLogo48.png",
        "128": "shoretelLogo128.png"
    },
    "background": {
        "scripts": [
            "webdialerBG.js"
        ]
    },
    "options_page": "webDialerOptions.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_idle",
            "js": [
                "webdialer.js"
            ],
            "css": [
                "webdialer.css"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "contextMenus",
        "tabs",
        "notifications"
    ]
}