desknet's NEO WebMeeting Desktop Capture
It will be able to carry out the "Screen sharing" in desknet's NEO WebMeeting functions.
What is desknet's NEO WebMeeting Desktop Capture?
desknet's NEO WebMeeting Desktop Capture is a Chrome extension developed by desknets.developer, and its main feature is "It will be able to carry out the "Screen sharing" in desknet's NEO WebMeeting functions.".
Extension Screenshots
Download desknet's NEO WebMeeting Desktop Capture Extension CRX File
Download desknet's NEO WebMeeting Desktop Capture extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Chromeブラウザにこの拡張機能をインストールすると、desknet's NEOのウェブ会議機能で「画面共有」を行うことができるようになります。
Extension Basic Information
Name | |
ID | onmamfaoddifekglafcfnocdappmmmoe |
Official URL | https://chromewebstore.google.com/detail/desknets-neo-webmeeting-d/onmamfaoddifekglafcfnocdappmmmoe |
Description | It will be able to carry out the "Screen sharing" in desknet's NEO WebMeeting functions. |
File Size | 10.81 KB |
Installation Count | 2,039 |
Current Version | 1.0.3 |
Last Updated | 2022-07-08 |
Publish Date | 2018-06-28 |
Developer | desknets.developer |
[email protected] | |
Payment Type | free |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "desknet's NEO WebMeeting Desktop Capture", "description": "It will be able to carry out the \"Screen sharing\" in desknet's NEO WebMeeting functions.", "version": "1.0.3", "manifest_version": 2, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "all_frames": true, "js": [ "contentscript.js" ] } ], "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |