thera-LINK Screen Sharing
Allows you to share your screen using thera-LINK.
什么是thera-LINK Screen Sharing?
thera-LINK Screen Sharing是由https://thera-link.com开发的Chrome扩展程序,该扩展的主要功能是“Allows you to share your screen using thera-LINK.”。
扩展截图
下载thera-LINK Screen Sharing扩展crx文件
下载thera-LINK Screen Sharing扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | |
ID | geoohggdjcimdjilhhnoolpblkbgnagb |
官方URL | https://chromewebstore.google.com/detail/thera-link-screen-sharing/geoohggdjcimdjilhhnoolpblkbgnagb |
简介 | Allows you to share your screen using thera-LINK. |
文件大小 | 38.35 KB |
安装次数 | 416 |
当前版本 | 1.0 |
更新时间 | 2017-08-10 |
上架时间 | 2017-08-10 |
评分 | 5.00/5 共1次评分 |
开发者 | https://thera-link.com |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://www.thera-link.com/privacy-policy |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "thera-LINK Screen Sharing", "author": "thera-LINK, LLC", "version": "1.0", "manifest_version": 2, "minimum_chrome_version": "34", "description": "Allows you to share your screen using thera-LINK.", "homepage_url": "https:\/\/www.thera-link.com\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "externally_connectable": { "matches": [ "https:\/\/*.thera-link.com\/*", "https:\/\/*.thera-link.dev\/*" ] }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |