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 |
官方網址 | 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" ] } |