Bistri Screen Sharing
This extension allows you to share your screen
Wat is Bistri Screen Sharing?
Bistri Screen Sharing is een Chrome-extensie ontwikkeld door https://bistri.com, en de belangrijkste functie is "This extension allows you to share your screen".
Extensie Screenshots
Download het CRX-bestand van de extensie Bistri Screen Sharing
Download Bistri Screen Sharing-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Bistri Screen Sharing |
ID | paoaiaehoigfjoojpeababegjiijdoan |
Officiële URL | https://chromewebstore.google.com/detail/bistri-screen-sharing/paoaiaehoigfjoojpeababegjiijdoan |
Beschrijving | This extension allows you to share your screen |
Bestandsgrootte | 7.05 KB |
Aantal Installaties | 353 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2014-12-04 |
Publicatiedatum | 2014-12-04 |
Beoordeling | 4.45/5 Totaal 11 Beoordelingen |
Ontwikkelaar | https://bistri.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://bistri.com |
Help Pagina-URL | http://support.bistri.com |
Ondersteunde Talen | 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" ] } |