thera-LINK Screen Sharing
Allows you to share your screen using thera-LINK.
Что такое thera-LINK Screen Sharing?
thera-LINK Screen Sharing - это расширение Chrome, разработанное https://thera-link.com, и его основная функция - "Allows you to share your screen using thera-LINK.".
Снимки экрана расширения
Скачать файл CRX расширения thera-LINK Screen Sharing
Скачайте файлы расширений thera-LINK Screen Sharing в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Основная информация о расширении
Название | |
ID | geoohggdjcimdjilhhnoolpblkbgnagb |
Официальный URL | https://chromewebstore.google.com/detail/thera-link-screen-sharing/geoohggdjcimdjilhhnoolpblkbgnagb |
Описание | Allows you to share your screen using thera-LINK. |
Размер файла | 38.35 KB |
Количество установок | 416 |
Текущая Версия | 1.0 |
Последнее Обновление | 2017-08-10 |
Дата публикации | 2017-08-10 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | https://thera-link.com |
Электронная почта | [email protected] |
Тип оплаты | free |
URL страницы политики конфиденциальности | https://www.thera-link.com/privacy-policy |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "thera-LINK Screen Sharing", "author": "thera-LINK, LLC", "version": "1.0", "manifest_version": 2, "minimum_chrome_version": "34", "description": "Allows you to share your screen using thera-LINK.", "homepage_url": "https:\/\/www.thera-link.com\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "externally_connectable": { "matches": [ "https:\/\/*.thera-link.com\/*", "https:\/\/*.thera-link.dev\/*" ] }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |