Vidthere Screen Capturing
Vidthere Screen Capturing
Vidthere Screen Capturingとは何ですか?
Vidthere Screen Capturingはhttps://vidthere.comによって開発されたChromeの拡張機能で、その主な機能は「Vidthere Screen Capturing」です。
拡張機能のスクリーンショット
Vidthere Screen Capturing拡張機能のCRXファイルをダウンロード
Vidthere Screen Capturing拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This is a screen sharing app for the Vidthere video meetings platform.
拡張機能の基本情報
名前 | Vidthere Screen Capturing |
ID | gkfhieomjkcmeaaimpojkcomcbgjggep |
公式URL | https://chromewebstore.google.com/detail/vidthere-screen-capturing/gkfhieomjkcmeaaimpojkcomcbgjggep |
説明 | Vidthere Screen Capturing |
ファイルサイズ | 46.9 KB |
インストール数 | 471 |
現在のバージョン | 1.0.1 |
最終更新日 | 2021-02-04 |
公開日 | 2020-06-30 |
評価 | 3.89/5 合計 9 レビュー |
開発者 | https://vidthere.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://vidthere.com |
ヘルプページのURL | https://support.saasuma.com |
プライバシーポリシーページのURL | https://vidthere.com/privacy |
対応言語 | en-US |
manifest.json | |
{ "author": "Vidthere", "background": { "persistent": false, "scripts": [ "background-script.js" ] }, "content_scripts": [ { "all_frames": true, "js": [ "content-script.js" ], "matches": [ "*:\/\/vidthere.com\/*", "*:\/\/*.vidthere.com\/*" ], "run_at": "document_end" } ], "description": "Vidthere Screen Capturing", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2, "minimum_chrome_version": "34", "name": "Vidthere Screen Capturing", "permissions": [ "desktopCapture" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.1", "web_accessible_resources": [ "icon16.png", "icon48.png", "icon128.png" ] } |