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 |
| 官方網址 | 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"
]
}
]
} | |