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.
What is Rate a Meeting?
Rate a Meeting is a Chrome extension developed by New Story, and its main feature is "With a rise in remote work, there are more remote meetings than ever. Use this tool to rate each meeting and gain better insights.".
Extension Screenshots
Download Rate a Meeting Extension CRX File
Download Rate a Meeting extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Meetings consume team members' time and schedule. Unfortunately, little time is spent making meetings more productive and effective.
Extension Basic Information
Name | Rate a Meeting |
ID | bomhbmncnmnfjohhbgiejdiphjnbkbba |
Official URL | https://chromewebstore.google.com/detail/rate-a-meeting/bomhbmncnmnfjohhbgiejdiphjnbkbba |
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. |
File Size | 17.92 KB |
Installation Count | 15 |
Current Version | 0.3 |
Last Updated | 2020-03-25 |
Publish Date | 2020-03-25 |
Rating | 4.25/5 Total 4 Ratings |
Developer | New Story |
[email protected] | |
Payment Type | free |
Extension Website | https://rateameeting.com |
Supported Languages | 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" ] } ] } |