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. 扩展基本信息
| 名称 | |
| 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 |
| 电子邮箱 | [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"
]
}
]
} | |