Linkello Screen Sharing
This extension allows you to share your screen
Linkello Screen Sharingとは何ですか?
Linkello Screen Sharingはhttps://linkello.comによって開発されたChromeの拡張機能で、その主な機能は「This extension allows you to share your screen」です。
拡張機能のスクリーンショット
Linkello Screen Sharing拡張機能のCRXファイルをダウンロード
Linkello Screen Sharing拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Install this plugin to enable the screen sharing feature on linkello.com. Don't forget to reload the conference page after having installed this add-on !
拡張機能の基本情報
名前 | Linkello Screen Sharing |
ID | eeopgbooadfjifpfalhifnogjblphecd |
公式URL | https://chromewebstore.google.com/detail/linkello-screen-sharing/eeopgbooadfjifpfalhifnogjblphecd |
説明 | This extension allows you to share your screen |
ファイルサイズ | 12.11 KB |
インストール数 | 243 |
現在のバージョン | 1.0 |
最終更新日 | 2019-01-09 |
公開日 | 2019-01-09 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | https://linkello.com |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Linkello Screen Sharing", "description": "This extension allows you to share your screen", "version": "1.0", "manifest_version": 2, "minimum_chrome_version": "34", "icons": { "128": "logo_icon_128.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "bridge.js" ], "matches": [ "*:\/\/*.linkello.com\/*" ] } ], "permissions": [ "desktopCapture" ] } |