Attendedbyhumans Screen sharing
Screensharing utility for Attendedbyhumans
什么是Attendedbyhumans Screen sharing?
Attendedbyhumans Screen sharing是由TELEPORTEL EUROPE N.V开发的Chrome扩展程序,该扩展的主要功能是“Screensharing utility for Attendedbyhumans”。
扩展截图
下载Attendedbyhumans Screen sharing扩展crx文件
下载Attendedbyhumans Screen sharing扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Desktop presentation extension for Google Chrome and Google Canary. You can also share your screen without extensions from our applications. Visit: http://www.teleportel.com for more informations.
扩展基本信息
名称 | Attendedbyhumans Screen sharing |
ID | hkndidoemjacpfbaajpanoopddldlhaj |
官方URL | https://chromewebstore.google.com/detail/attendedbyhumans-screen-s/hkndidoemjacpfbaajpanoopddldlhaj |
简介 | Screensharing utility for Attendedbyhumans |
文件大小 | 15.71 KB |
安装次数 | 29 |
当前版本 | 4.0.0 |
更新时间 | 2017-12-15 |
上架时间 | 2017-12-14 |
开发者 | TELEPORTEL EUROPE N.V |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://www.teleportel.com/user-agreement |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Attendedbyhumans Screen sharing", "author": "Shamun Toha", "description": "Screensharing utility for Attendedbyhumans", "homepage_url": "https:\/\/www.attendedbyhumans.com\/", "version": "4.0.0", "manifest_version": 2, "minimum_chrome_version": "34", "icons": { "48": "icon.png" }, "permissions": [ "desktopCapture" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "content.js" ], "all_frames": true, "run_at": "document_start", "matches": [ "*:\/\/*.attendedbyhumans.com\/*", "*:\/\/*.teleportel.com\/*", "*:\/\/*.telepresencetech.com\/*" ] } ], "web_accessible_resources": [ "icon.png" ] } |