Bistri Screen Sharing
This extension allows you to share your screen
Co je Bistri Screen Sharing?
Bistri Screen Sharing je rozšíření Chrome vyvinuté https://bistri.com, a jeho hlavní funkcí je „This extension allows you to share your screen“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Bistri Screen Sharing
Stáhněte si soubory rozšíření Bistri Screen Sharing ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Bistri Screen Sharing |
ID | paoaiaehoigfjoojpeababegjiijdoan |
Oficiální URL | https://chromewebstore.google.com/detail/bistri-screen-sharing/paoaiaehoigfjoojpeababegjiijdoan |
Popis | This extension allows you to share your screen |
Velikost souboru | 7.05 KB |
Počet instalací | 353 |
Aktuální Verze | 1.1 |
Poslední Aktualizace | 2014-12-04 |
Datum Vydání | 2014-12-04 |
Hodnocení | 4.45/5 Celkem 11 Hodnocení |
Vývojář | https://bistri.com |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | http://bistri.com |
URL Stránky Nápovědy | http://support.bistri.com |
Podporované Jazyky | 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" ] } |