Recruitee Meetings
Share your screen with other participants in a Recruitee video call
Recruitee Meetingsとは何ですか?
Recruitee MeetingsはRecruiteeによって開発されたChromeの拡張機能で、その主な機能は「Share your screen with other participants in a Recruitee video call」です。
拡張機能のスクリーンショット
Recruitee Meetings拡張機能のCRXファイルをダウンロード
Recruitee Meetings拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Recruitee Meetings brings conversations to life with group video calls, live chat and even screen sharing. A simple extension that helps you share your screen on a Video Call over Chrome. You can try it out yourself at https://meet.recruitee.com
拡張機能の基本情報
名前 | Recruitee Meetings |
ID | jmnpgckhmpmfijmfpnkkmcoklepkcape |
公式URL | https://chromewebstore.google.com/detail/recruitee-meetings/jmnpgckhmpmfijmfpnkkmcoklepkcape |
説明 | Share your screen with other participants in a Recruitee video call |
ファイルサイズ | 28.07 KB |
インストール数 | 63 |
現在のバージョン | 0.1.9 |
最終更新日 | 2018-11-30 |
公開日 | 2018-11-30 |
開発者 | Recruitee |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://recruitee.com/ |
プライバシーポリシーページのURL | https://recruitee.com/privacy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Recruitee Meetings", "description": "Share your screen with other participants in a Recruitee video call", "version": "0.1.9", "minimum_chrome_version": "34", "icons": { "16": "favicon_16.png", "32": "favicon_32.png", "48": "favicon_48.png", "128": "favicon_128.png" }, "browser_action": { "default_icon": { "16": "favicon_16.png", "32": "favicon_32.png", "48": "favicon_48.png", "128": "favicon_128.png" } }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "desktopCapture" ], "externally_connectable": { "matches": [ "*:\/\/meet.recruitee.com\/*", "*:\/\/video.s.recruitee.com\/*" ] } } |