Bistri Screen Sharing
This extension allows you to share your screen
What is Bistri Screen Sharing?
Bistri Screen Sharing is a Chrome extension developed by https://bistri.com, and its main feature is "This extension allows you to share your screen".
Extension Screenshots
Download Bistri Screen Sharing Extension CRX File
Download Bistri Screen Sharing extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Bistri Screen Sharing |
ID | paoaiaehoigfjoojpeababegjiijdoan |
Official URL | https://chromewebstore.google.com/detail/bistri-screen-sharing/paoaiaehoigfjoojpeababegjiijdoan |
Description | This extension allows you to share your screen |
File Size | 7.05 KB |
Installation Count | 353 |
Current Version | 1.1 |
Last Updated | 2014-12-04 |
Publish Date | 2014-12-04 |
Rating | 4.45/5 Total 11 Ratings |
Developer | https://bistri.com |
[email protected] | |
Payment Type | free |
Extension Website | http://bistri.com |
Help Page URL | http://support.bistri.com |
Supported Languages | 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" ] } |