Bistri Screen Sharing
This extension allows you to share your screen
什么是Bistri Screen Sharing?
Bistri Screen Sharing是由https://bistri.com开发的Chrome扩展程序,该扩展的主要功能是“This extension allows you to share your screen”。
扩展截图
下载Bistri Screen Sharing扩展crx文件
下载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" ] } |