Coffee Table Screen Sharing
A simple extension that allows user to share his desktop screens with other participants of Coffee Table Video Meetings.
Coffee Table Screen Sharingとは何ですか?
Coffee Table Screen Sharingはhttps://coffeetable.vcによって開発されたChromeの拡張機能で、その主な機能は「A simple extension that allows user to share his desktop screens with other participants of Coffee Table Video Meetings.」です。
拡張機能のスクリーンショット
Coffee Table Screen Sharing拡張機能のCRXファイルをダウンロード
Coffee Table Screen Sharing拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Screen sharing extension for Coffee Table video meetings. For Chrome browser only. For any issues or queries, contact us on [email protected]
拡張機能の基本情報
名前 | Coffee Table Screen Sharing |
ID | akdogkogbflojojlnmfojnjnghkmdjbc |
公式URL | https://chromewebstore.google.com/detail/coffee-table-screen-shari/akdogkogbflojojlnmfojnjnghkmdjbc |
説明 | A simple extension that allows user to share his desktop screens with other participants of Coffee Table Video Meetings. |
ファイルサイズ | 6.14 KB |
インストール数 | 18 |
現在のバージョン | 0.0.0.6 |
最終更新日 | 2015-09-23 |
公開日 | 2015-09-22 |
開発者 | https://coffeetable.vc |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Saurabh Pabhare", "name": "Coffee Table Screen Sharing", "description": "A simple extension that allows user to share his desktop screens with other participants of Coffee Table Video Meetings.", "version": "0.0.0.6", "manifest_version": 2, "minimum_chrome_version": "34", "icons": { "128": "fav-icon.png", "16": "fav-icon.png", "48": "fav-icon.png" }, "permissions": [ "desktopCapture" ], "background": { "persistent": true, "scripts": [ "background.js" ] }, "externally_connectable": { "matches": [ "*:\/\/coffeetable.vc\/*", "*:\/\/www.coffeetable.vc\/*" ] }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |