Sendtell Screen Capture Beta
This extension allows you to share your screen in a Sendtell group call.
什么是Sendtell Screen Capture Beta?
Sendtell Screen Capture Beta是由https://app.sendtell.com开发的Chrome扩展程序,该扩展的主要功能是“This extension allows you to share your screen in a Sendtell group call.”。
扩展截图
下载Sendtell Screen Capture Beta扩展crx文件
下载Sendtell Screen Capture Beta扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Sendtell Screen Capture allows you to use your screen as a media source in a conference call with your team.
扩展基本信息
名称 | Sendtell Screen Capture Beta |
ID | cpdonkkcpjkiekfeocakffgniijgnoeg |
官方URL | https://chromewebstore.google.com/detail/sendtell-screen-capture-b/cpdonkkcpjkiekfeocakffgniijgnoeg |
简介 | This extension allows you to share your screen in a Sendtell group call. |
文件大小 | 20.59 KB |
安装次数 | 35 |
当前版本 | 2.7.3 |
更新时间 | 2016-06-28 |
上架时间 | 2016-06-28 |
开发者 | https://app.sendtell.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://sendtell.com |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Sendtell Screen Capture Beta", "version": "2.7.3", "description": "This extension allows you to share your screen in a Sendtell group call.", "icons": { "16": "sendtell-16.png", "32": "sendtell-32.png", "48": "sendtell-48.png", "128": "sendtell-128.png" }, "author": "Sendtell", "background": { "persistent": false, "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "content.js" ], "all_frames": true, "run_at": "document_end", "matches": [ "*:\/\/*\/*" ] } ], "homepage_url": "https:\/\/sendtell.com", "minimum_chrome_version": "34", "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "sendtell-16.png", "sendtell-32.png", "sendtell-48.png", "sendtell-128.png" ] } |