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 - это расширение Chrome, разработанное New Story, и его основная функция - "With a rise in remote work, there are more remote meetings than ever. Use this tool to rate each meeting and gain better insights.".
Снимки экрана расширения
Скачать файл CRX расширения Rate a Meeting
Скачайте файлы расширений 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 |
Электронная почта | [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" ] } ] } |