Watch and Learn Screen Recording
Record your screen and share with others.
Watch and Learn Screen Recordingとは何ですか?
Watch and Learn Screen Recordingはventuresanywhere-teamによって開発されたChromeの拡張機能で、その主な機能は「Record your screen and share with others.」です。
拡張機能のスクリーンショット
Watch and Learn Screen Recording拡張機能のCRXファイルをダウンロード
Watch and Learn Screen Recording拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Watch and Learn app allows to record your screen and share videos one to one, in groups or timelines. Watch and Learn chrome application allows you to record your screen and narrate with your voice. It makes presentation simpler than ever. Live transcription and sentiment analysis artificial intelligence is included.
拡張機能の基本情報
名前 | Watch and Learn Screen Recording |
ID | mhmjllnibpmibpkmmlgecppbhppianjh |
公式URL | https://chromewebstore.google.com/detail/watch-and-learn-screen-re/mhmjllnibpmibpkmmlgecppbhppianjh |
説明 | Record your screen and share with others. |
ファイルサイズ | 1.85 MB |
インストール数 | 149 |
現在のバージョン | 1.9.0 |
最終更新日 | 2024-02-01 |
公開日 | 2019-12-19 |
評価 | 4.27/5 合計 11 レビュー |
開発者 | venturesanywhere-team |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://watchandlearn.io/privacy |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Watch and Learn Screen Recording", "description": "Record your screen and share with others.", "version": "1.9.0", "permissions": [ "desktopCapture", "tabCapture", "activeTab", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "background.bundle.js" ], "persistent": true }, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "icon-16.png", "24": "icon-24.png", "32": "icon-32.png" } }, "icons": { "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png", "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.bundle.js" ] } ], "web_accessible_resources": [ "permissions.html", "google.html", "facebook.html" ], "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/apis.google.com 'unsafe-eval'; object-src 'self'" } |