klood.io screensharing extension
Enables screen sharing with klood.io platform
什么是klood.io screensharing extension?
klood.io screensharing extension是由https://klood.io开发的Chrome扩展程序,该扩展的主要功能是“Enables screen sharing with klood.io platform”。
扩展截图
下载klood.io screensharing extension扩展crx文件
下载klood.io screensharing extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Enables screen sharing with klood.io platform
扩展基本信息
名称 | |
ID | hhjjcaafciekjfdfbkehhdkjdpacfemf |
官方URL | https://chromewebstore.google.com/detail/kloodio-screensharing-ext/hhjjcaafciekjfdfbkehhdkjdpacfemf |
简介 | Enables screen sharing with klood.io platform |
文件大小 | 26.17 KB |
安装次数 | 182 |
当前版本 | 4 |
更新时间 | 2019-03-28 |
上架时间 | 2019-03-28 |
开发者 | https://klood.io |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/*.klood.io\/*" ], "run_at": "document_end" } ], "description": "Enables screen sharing with klood.io platform", "icons": { "128": "images\/128.png", "16": "images\/16.png", "48": "images\/48.png", "64": "images\/64.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA5PHr4AaIdndChqERsFHwnQHmnGRuNYbQpHeQtrsrZB9YxIstB9bymWSWpg\/ru4YEbNi\/86osRwoywAO7mMdVwbiR1a6a0y3sY48h4tZ3Y0BV7\/88P09EqyeH4WEyGamFMTmEfvY2HdGFcovCT6SoDmYawFlIH\/AdzxRiyeWIfuM52hffWuU9ZiFUJp9XVBxEMDyd2etvK8vRxSKfjhiUDvUX+WAWIYyfdnVUrJQvZsRFXTz8f87ayPKpAa2i5Z7p8pB1\/59RwJdyC+hKOeYVN+Nb4PsaH85SCCmG2+mntm009uCcUeQfp9WmeTS\/Cq+H7JQLXW8DtU\/sbxjiQ7k\/5wIDAQAB", "manifest_version": 2, "minimum_chrome_version": "34", "name": "klood.io screensharing extension", "options_page": "options.html", "permissions": [ "desktopCapture", "storage", "tabs", "http:\/\/*\/klood.io", "https:\/\/*\/klood.io" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "4" } |