Mitel Connect Web Dialer

Converts web page phone numbers to dialable links

Mitel Connect Web Dialerとは何ですか?

Mitel Connect Web DialerはMitelによって開発されたChromeの拡張機能で、その主な機能は「Converts web page phone numbers to dialable links」です。

拡張機能のスクリーンショット

screenshot

Mitel Connect Web Dialer拡張機能のCRXファイルをダウンロード

Mitel Connect Web Dialer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Mitel Connect Web Dialer Mitel Connect Web Dialer
ID hkciiohohfimeecpjoidoipjpalbabld
公式URL https://chromewebstore.google.com/detail/mitel-connect-web-dialer/hkciiohohfimeecpjoidoipjpalbabld
説明 Converts web page phone numbers to dialable links
ファイルサイズ 399 KB
インストール数 6,075
現在のバージョン 1.0.18
最終更新日 2021-08-09
公開日 2019-03-31
評価 3.83/5 合計 12 レビュー
開発者 Mitel
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://www.mitel.com
ヘルプページのURL https://www.mitel.com/mitel-technical-support
プライバシーポリシーページのURL https://chromeextension.globalauth.mitelcloud.com/privacy_wd.html
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mitel Connect Web Dialer",
    "short_name": "STConnectWebDialer",
    "version": "1.0.18",
    "author": "Mitel",
    "manifest_version": 2,
    "description": "Converts web page phone numbers to dialable links",
    "browser_action": {
        "default_icon": "img\/mitelLogo-48.png",
        "default_popup": "popup.html",
        "default_title": "Mitel Connect Web Dialer"
    },
    "icons": {
        "16": "img\/mitelLogo-16.png",
        "48": "img\/mitelLogo-48.png",
        "128": "img\/mitelLogo-128.png"
    },
    "background": {
        "scripts": [
            "js\/webdialerBG.js",
            "js\/json2.js"
        ]
    },
    "options_page": "webDialerOptions.html",
    "options_ui": {
        "page": "webDialerOptions.html",
        "chrome_style": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "js": [
                "js\/log4javascript.js",
                "js\/json2.js",
                "js\/jquery-1.8.2.js",
                "js\/jquery.base64.js",
                "js\/STPS.CASUtils-2.11.js",
                "js\/abcUtils_1.0.0.js",
                "js\/webdialer.js"
            ],
            "css": [
                "css\/webdialer.css"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "contextMenus",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "web_accessible_resources": [
        "LogonForm.htm",
        "webDialerOptions.html",
        "img\/*",
        "js\/*",
        "css\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}