InterVu Screen Share
Capture full-screen or specific application's screen of InterVu app
什么是InterVu Screen Share?
InterVu Screen Share是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Capture full-screen or specific application's screen of InterVu app”。
扩展截图
下载InterVu Screen Share扩展crx文件
下载InterVu Screen Share扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Enable screen sharing on intervunow.com
扩展基本信息
名称 | |
ID | nmlfljhfllkeeladifnjcncdinampckd |
官方URL | https://chromewebstore.google.com/detail/intervu-screen-share/nmlfljhfllkeeladifnjcncdinampckd |
简介 | Capture full-screen or specific application's screen of InterVu app |
文件大小 | 5.13 KB |
安装次数 | 26 |
当前版本 | 1.5.3 |
更新时间 | 2020-05-04 |
上架时间 | 2020-05-04 |
开发者 | Unknown |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "InterVu Screen Share", "author": "FocusVision", "version": "1.5.3", "minimum_chrome_version": "34", "description": "Capture full-screen or specific application's screen of InterVu app", "externally_connectable": { "matches": [ "*:\/\/intervunow.com\/*" ] }, "permissions": [ "desktopCapture", "tabs", "*:\/\/intervunow.com\/*" ], "background": { "scripts": [ "env.js", "background.js" ] }, "icons": { "48": "images\/icon-48.png" } } |