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 |
官方網址 | 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" ] } |