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 - это расширение Chrome, разработанное Sorenson Communications, и его основная функция - "Users of the Sorenson ntouch application can start an ASL interpreted phone call directly from their browser.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Sorenson Internet Dial

Скачайте файлы расширений 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
}