desknet's NEO WebMeeting Desktop Capture
It will be able to carry out the "Screen sharing" in desknet's NEO WebMeeting functions.
Co to jest desknet's NEO WebMeeting Desktop Capture?
desknet's NEO WebMeeting Desktop Capture to rozszerzenie Chrome opracowane przez desknets.developer, a jego główną funkcją jest „It will be able to carry out the "Screen sharing" in desknet's NEO WebMeeting functions.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia desknet's NEO WebMeeting Desktop Capture
Pobierz pliki rozszerzeń desknet's NEO WebMeeting Desktop Capture w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Chromeブラウザにこの拡張機能をインストールすると、desknet's NEOのウェブ会議機能で「画面共有」を行うことができるようになります。
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | onmamfaoddifekglafcfnocdappmmmoe |
Oficjalny URL | https://chromewebstore.google.com/detail/desknets-neo-webmeeting-d/onmamfaoddifekglafcfnocdappmmmoe |
Opis | It will be able to carry out the "Screen sharing" in desknet's NEO WebMeeting functions. |
Rozmiar pliku | 10.81 KB |
Liczba instalacji | 2,039 |
Aktualna Wersja | 1.0.3 |
Ostatnia Aktualizacja | 2022-07-08 |
Data Publikacji | 2018-06-28 |
Deweloper | desknets.developer |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |