Rate a Meeting
With a rise in remote work, there are more remote meetings than ever. Use this tool to rate each meeting and gain better insights.
Rate a Meetingとは何ですか?
Rate a MeetingはNew Storyによって開発されたChromeの拡張機能で、その主な機能は「With a rise in remote work, there are more remote meetings than ever. Use this tool to rate each meeting and gain better insights.」です。
拡張機能のスクリーンショット
Rate a Meeting拡張機能のCRXファイルをダウンロード
Rate a Meeting拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Meetings consume team members' time and schedule. Unfortunately, little time is spent making meetings more productive and effective.
拡張機能の基本情報
名前 | Rate a Meeting |
ID | bomhbmncnmnfjohhbgiejdiphjnbkbba |
公式URL | https://chromewebstore.google.com/detail/rate-a-meeting/bomhbmncnmnfjohhbgiejdiphjnbkbba |
説明 | With a rise in remote work, there are more remote meetings than ever. Use this tool to rate each meeting and gain better insights. |
ファイルサイズ | 17.92 KB |
インストール数 | 15 |
現在のバージョン | 0.3 |
最終更新日 | 2020-03-25 |
公開日 | 2020-03-25 |
評価 | 4.25/5 合計 4 レビュー |
開発者 | New Story |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://rateameeting.com |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Rate a Meeting", "version": "0.3", "description": "With a rise in remote work, there are more remote meetings than ever. Use this tool to rate each meeting and gain better insights.", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "homepage_url": "https:\/\/felixdata.com", "browser_action": { "default_popup": "index.html" }, "options_page": "options.html", "options_ui": { "page": "options.html", "open_in_tab": true }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "*:\/\/*.zoom.us\/j\/*", "*:\/\/*.webex.com\/webappng\/sites\/*", "*:\/\/meet.google.com\/*" ], "js": [ "js\/content.js" ] } ] } |