Vidthere Screen Capturing
Vidthere Screen Capturing
Что такое Vidthere Screen Capturing?
Vidthere Screen Capturing - это расширение Chrome, разработанное https://vidthere.com, и его основная функция - "Vidthere Screen Capturing".
Снимки экрана расширения
Скачать файл CRX расширения Vidthere Screen Capturing
Скачайте файлы расширений Vidthere Screen Capturing в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This is a screen sharing app for the Vidthere video meetings platform.
Основная информация о расширении
Название | Vidthere Screen Capturing |
ID | gkfhieomjkcmeaaimpojkcomcbgjggep |
Официальный URL | https://chromewebstore.google.com/detail/vidthere-screen-capturing/gkfhieomjkcmeaaimpojkcomcbgjggep |
Описание | Vidthere Screen Capturing |
Размер файла | 46.9 KB |
Количество установок | 471 |
Текущая Версия | 1.0.1 |
Последнее Обновление | 2021-02-04 |
Дата публикации | 2020-06-30 |
Рейтинг | 3.89/5 Всего 9 оценок |
Разработчик | https://vidthere.com |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://vidthere.com |
URL страницы помощи | https://support.saasuma.com |
URL страницы политики конфиденциальности | https://vidthere.com/privacy |
Поддерживаемые языки | en-US |
manifest.json | |
{ "author": "Vidthere", "background": { "persistent": false, "scripts": [ "background-script.js" ] }, "content_scripts": [ { "all_frames": true, "js": [ "content-script.js" ], "matches": [ "*:\/\/vidthere.com\/*", "*:\/\/*.vidthere.com\/*" ], "run_at": "document_end" } ], "description": "Vidthere Screen Capturing", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2, "minimum_chrome_version": "34", "name": "Vidthere Screen Capturing", "permissions": [ "desktopCapture" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.1", "web_accessible_resources": [ "icon16.png", "icon48.png", "icon128.png" ] } |