Bistri Screen Sharing
This extension allows you to share your screen
Что такое Bistri Screen Sharing?
Bistri Screen Sharing - это расширение Chrome, разработанное https://bistri.com, и его основная функция - "This extension allows you to share your screen".
Снимки экрана расширения
Скачать файл CRX расширения Bistri Screen Sharing
Скачайте файлы расширений Bistri Screen Sharing в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension allows you to share your entire screen, or a part of your screen, over a Bistri conference. Bistri provides everyone with their own link, like an online phone number, so whenever anyone wants to call you they just click the link and you're connected. Bistri runs in the browser. It requires no installation of additional software nor plugin. Google+ & Facebook Single Sign-On.
Основная информация о расширении
Название | Bistri Screen Sharing |
ID | paoaiaehoigfjoojpeababegjiijdoan |
Официальный URL | https://chromewebstore.google.com/detail/bistri-screen-sharing/paoaiaehoigfjoojpeababegjiijdoan |
Описание | This extension allows you to share your screen |
Размер файла | 7.05 KB |
Количество установок | 353 |
Текущая Версия | 1.1 |
Последнее Обновление | 2014-12-04 |
Дата публикации | 2014-12-04 |
Рейтинг | 4.45/5 Всего 11 оценок |
Разработчик | https://bistri.com |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | http://bistri.com |
URL страницы помощи | http://support.bistri.com |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bistri Screen Sharing", "description": "This extension allows you to share your screen", "version": "1.1", "manifest_version": 2, "minimum_chrome_version": "34", "icons": { "128": "logo_icon_128.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "bridge.js" ], "matches": [ "*:\/\/*.bistri.com\/*", "*:\/\/*.bistri.me\/*", "*:\/\/fiddle.jshell.net\/*", "*:\/\/run.jsbin.io\/*" ] } ], "permissions": [ "desktopCapture" ] } |