TwentyThree Screen Sharing
Allow live streaming, screen sharing and video recording with TwentyThree.
什么是TwentyThree Screen Sharing?
TwentyThree Screen Sharing是由http://twentythree.net开发的Chrome扩展程序,该扩展的主要功能是“Allow live streaming, screen sharing and video recording with TwentyThree.”。
下载TwentyThree Screen Sharing扩展crx文件
下载TwentyThree Screen Sharing扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Allow live streaming, screen sharing and video recording with TwentyThree.
扩展基本信息
名称 | |
ID | ajmipkkmbibiinbmiflnhmndagpdklof |
官方URL | https://chrome.google.com/webstore/detail/twentythree-screen-sharin/ajmipkkmbibiinbmiflnhmndagpdklof |
简介 | Allow live streaming, screen sharing and video recording with TwentyThree. |
文件大小 | 11.68 KB |
安装次数 | 76 |
当前版本 | 1.2 |
更新时间 | 2017-12-19 |
上架时间 | 2017-12-19 |
评分 | 4.00/5 共1次评分 |
开发者 | http://twentythree.net |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.twentythree.net |
帮助页面URL | https://www.twentythree.net/help |
隐私政策页面URL | https://www.twentythree.net/terms |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TwentyThree Screen Sharing", "description": "Allow live streaming, screen sharing and video recording with TwentyThree.", "author": "TwentyThree.", "version": "1.2", "manifest_version": 2, "minimum_chrome_version": "34", "homepage_url": "https:\/\/www.twentythree.net\/", "background": { "scripts": [ "background.js" ] }, "externally_connectable": { "matches": [ "https:\/\/*.videomarketingplatform.co\/*", "https:\/\/*.23video.com\/*", "http:\/\/localhost:8080\/*" ] }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture", "tabs" ], "web_accessible_resources": [ "icon.png" ] } |