Attendedbyhumans Screen sharing
Screensharing utility for Attendedbyhumans
Что такое Attendedbyhumans Screen sharing?
Attendedbyhumans Screen sharing - это расширение Chrome, разработанное TELEPORTEL EUROPE N.V, и его основная функция - "Screensharing utility for Attendedbyhumans".
Снимки экрана расширения
Скачать файл CRX расширения Attendedbyhumans Screen sharing
Скачайте файлы расширений Attendedbyhumans Screen sharing в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Desktop presentation extension for Google Chrome and Google Canary. You can also share your screen without extensions from our applications. Visit: http://www.teleportel.com for more informations. Основная информация о расширении
| Название | |
| ID | hkndidoemjacpfbaajpanoopddldlhaj |
| Официальный URL | https://chromewebstore.google.com/detail/attendedbyhumans-screen-s/hkndidoemjacpfbaajpanoopddldlhaj |
| Описание | Screensharing utility for Attendedbyhumans |
| Размер файла | 15.71 KB |
| Количество установок | 29 |
| Текущая Версия | 4.0.0 |
| Последнее Обновление | 2017-12-15 |
| Дата публикации | 2017-12-14 |
| Разработчик | TELEPORTEL EUROPE N.V |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| URL страницы политики конфиденциальности | https://www.teleportel.com/user-agreement |
| Поддерживаемые языки | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Attendedbyhumans Screen sharing",
"author": "Shamun Toha",
"description": "Screensharing utility for Attendedbyhumans",
"homepage_url": "https:\/\/www.attendedbyhumans.com\/",
"version": "4.0.0",
"manifest_version": 2,
"minimum_chrome_version": "34",
"icons": {
"48": "icon.png"
},
"permissions": [
"desktopCapture"
],
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"js": [
"content.js"
],
"all_frames": true,
"run_at": "document_start",
"matches": [
"*:\/\/*.attendedbyhumans.com\/*",
"*:\/\/*.teleportel.com\/*",
"*:\/\/*.telepresencetech.com\/*"
]
}
],
"web_accessible_resources": [
"icon.png"
]
} | |