WebinarJam Screen Sharing
This Chrome extension is developed for https://www.webinarjam.com. It doesn't do anything except capture content of your screen.
WebinarJam Screen Sharingとは何ですか?
WebinarJam Screen Sharingはhttps://dev.webinarjam.comによって開発されたChromeの拡張機能で、その主な機能は「This Chrome extension is developed for https://www.webinarjam.com. It doesn't do anything except capture content of your screen.」です。
拡張機能のスクリーンショット
WebinarJam Screen Sharing拡張機能のCRXファイルをダウンロード
WebinarJam Screen Sharing拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Allows WebinarJam presenters to screen share their desktop to their viewers 拡張機能の基本情報
| 名前 | |
| ID | fjcagflhkmbkecgddkjblhkadbplhfan |
| 公式URL | https://chromewebstore.google.com/detail/webinarjam-screen-sharing/fjcagflhkmbkecgddkjblhkadbplhfan |
| 説明 | This Chrome extension is developed for https://www.webinarjam.com. It doesn't do anything except capture content of your screen. |
| ファイルサイズ | 28.84 KB |
| インストール数 | 1,104 |
| 現在のバージョン | 2.1 |
| 最終更新日 | 2016-05-13 |
| 公開日 | 2016-05-13 |
| 開発者 | https://dev.webinarjam.com |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://dev.webinarjam.com |
| ヘルプページのURL | https://dev.webinarjam.com |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "WebinarJam Screen Sharing",
"author": "Genesis Digital, LLC",
"version": "2.1",
"manifest_version": 2,
"minimum_chrome_version": "34",
"description": "This Chrome extension is developed for https:\/\/www.webinarjam.com. It doesn't do anything except capture content of your screen.",
"homepage_url": "https:\/\/www.webinarjam.com\/",
"background": {
"scripts": [
"background-script.js"
],
"persistent": false
},
"externally_connectable": {
"matches": [
"*:\/\/*.webinarjam.com\/*"
]
},
"icons": {
"16": "logo16.png",
"48": "logo48.png",
"128": "logo128.png"
},
"permissions": [
"desktopCapture"
],
"web_accessible_resources": [
"icon.png"
]
} | |