Sippy Click for Yealink

Click and select phone numbers to call them.

Что такое Sippy Click for Yealink?

Sippy Click for Yealink - это расширение Chrome, разработанное Sippy, и его основная функция - "Click and select phone numbers to call them.".

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

screenshot

Скачать файл CRX расширения Sippy Click for Yealink

Скачайте файлы расширений Sippy Click for Yealink в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        With this extension you can simply select a phone number or click on it to call it through your Yealink telephone. The extension is integrated with your Sippy PBX, you can enable it on a user base.                    

Основная информация о расширении

Название Sippy Click for Yealink Sippy Click for Yealink
ID didkodinlohkepjjikmngocilomdkngi
Официальный URL https://chromewebstore.google.com/detail/sippy-click-for-yealink/didkodinlohkepjjikmngocilomdkngi
Описание Click and select phone numbers to call them.
Размер файла 382 KB
Количество установок 69
Текущая Версия 0.6.0
Последнее Обновление 2022-04-08
Дата публикации 2021-12-08
Разработчик Sippy
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://sippy.cloud
URL страницы помощи https://github.com/optimise-group/click-for-yealink
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sippy Click for Yealink",
    "version": "0.6.0",
    "description": "Click and select phone numbers to call them.",
    "homepage_url": "https:\/\/github.com\/optimise-group\/click-for-yealink",
    "manifest_version": 2,
    "icons": {
        "16": "\/icons\/sippy16x16.png",
        "32": "\/icons\/sippy32x32.png",
        "48": "\/icons\/sippy48x48.png",
        "128": "\/icons\/sippy128x128.png"
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "options_ui": {
        "chrome_style": false,
        "open_in_tab": true,
        "page": "\/settings\/options.html"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "\/content.js"
            ],
            "run_at": "document_end"
        }
    ]
}