Sorenson Internet Dial

Users of the Sorenson ntouch application can start an ASL interpreted phone call directly from their browser.

Sorenson Internet Dialとは何ですか?

Sorenson Internet DialはSorenson Communicationsによって開発されたChromeの拡張機能で、その主な機能は「Users of the Sorenson ntouch application can start an ASL interpreted phone call directly from their browser.」です。

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

screenshot

Sorenson Internet Dial拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Deaf and hard of hearing individuals who use Sorenson VRS can use this extension with the Sorenson ntouch application to start an ASL interpreted phone call directly from their browser.  Any phone number detected by this extension will become a clickable link that will launch a call in the Sorenson ntouch application. You should install this if you are a user of Sorenson ntouch that would like to place calls from your browser.                    

拡張機能の基本情報

名前 Sorenson Internet Dial Sorenson Internet Dial
ID jkemgjeondgpbihbefaceopoldfhhbdn
公式URL https://chromewebstore.google.com/detail/sorenson-internet-dial/jkemgjeondgpbihbefaceopoldfhhbdn
説明 Users of the Sorenson ntouch application can start an ASL interpreted phone call directly from their browser.
ファイルサイズ 42.17 KB
インストール数 619
現在のバージョン 1.0.22
最終更新日 2019-07-09
公開日 2019-07-08
評価 4.38/5 合計 34 レビュー
開発者 Sorenson Communications
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sorenson Internet Dial",
    "version": "1.0.22",
    "description": "Users of the Sorenson ntouch application can start an ASL interpreted phone call directly from their browser.",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "libs.js",
                "contentscript.js"
            ]
        }
    ],
    "icons": {
        "16": "sorenson-16.png",
        "48": "sorenson-48.png",
        "128": "sorenson-128.png"
    },
    "manifest_version": 2
}