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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
]
} | |