Tesse - Share Screen
This extension help you share your screen
Tesse - Share Screenとは何ですか?
Tesse - Share Screenはhttps://tesse.ioによって開発されたChromeの拡張機能で、その主な機能は「This extension help you share your screen」です。
拡張機能のスクリーンショット
Tesse - Share Screen拡張機能のCRXファイルをダウンロード
Tesse - Share Screen拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension helps you to share your screen in a video call to show presentations, photos, and documents. Tesse.io allows you to start a video call, without the need to download or install anything. This extension allows you to share your screen with other participants in tesse.io call/chat session, to improve your online meeting efficiency. You can select the window/apllication you want to share. This extension was built based on open source: https://github.com/muaz-khan
拡張機能の基本情報
名前 | Tesse - Share Screen |
ID | cgplojjghbkfimkgggajefldkpmaklll |
公式URL | https://chromewebstore.google.com/detail/tesse-share-screen/cgplojjghbkfimkgggajefldkpmaklll |
説明 | This extension help you share your screen |
ファイルサイズ | 8.71 KB |
インストール数 | 33 |
現在のバージョン | 1.2 |
最終更新日 | 2018-10-11 |
公開日 | 2018-10-11 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | https://tesse.io |
Eメール | [email protected] |
支払い方法 | free |
ヘルプページのURL | https://tesse.io/tessbot |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tesse - Share Screen", "author": "Tesse, Inc.", "version": "1.2", "manifest_version": 2, "minimum_chrome_version": "34", "description": "This extension help you share your screen", "homepage_url": "https:\/\/tesse.io", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "run_at": "document_end", "matches": [ "https:\/\/tesse.io\/*" ] } ], "icons": { "48": "icon.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ], "browser_action": { "default_icon": "icon.png" } } |