WebinarJam Screen Sharing
WebinarJam screensharing extension to record and broadcast your desktop footage live to your audience.
什麼是WebinarJam Screen Sharing?
WebinarJam Screen Sharing是由http://webinarjam.genndi.com開發的Chrome擴展程式,該擴展的主要功能是“WebinarJam screensharing extension to record and broadcast your desktop footage live to your audience.”。
擴展截圖
下載WebinarJam Screen Sharing擴展crx文件
下載WebinarJam Screen Sharing擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
擴展基本資訊
名稱 | |
ID | fokdfhbpgcghjfghmjlggjfhkaogooel |
官方網址 | https://chrome.google.com/webstore/detail/webinarjam-screen-sharing/fokdfhbpgcghjfghmjlggjfhkaogooel |
簡介 | WebinarJam screensharing extension to record and broadcast your desktop footage live to your audience. |
檔案大小 | 5.6 KB |
安裝次數 | 30,000 |
目前版本 | 3.0.5 |
更新時間 | 2017-07-26 |
上架時間 | 2017-07-26 |
評分 | 2.75/5 共 4 次評分 |
開發者 | http://webinarjam.genndi.com |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WebinarJam Screen Sharing", "author": "Genesis Digital, LLC", "version": "3.0.5", "manifest_version": 2, "minimum_chrome_version": "34", "description": "WebinarJam screensharing extension to record and broadcast your desktop footage live to your audience.", "homepage_url": "https:\/\/www.webinarjam.com", "background": { "scripts": [ "background.js" ], "persistent": true }, "icons": { "48": "icon.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ], "externally_connectable": { "matches": [ "*:\/\/*.genndidev.com:*\/*", "*:\/\/*.genndi.com:*\/*", "*:\/\/*.genndi.dev:*\/*" ] } } |