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.
Qu'est-ce que Rate a Meeting ?
Rate a Meeting est une extension Chrome développée par New Story, et sa fonction principale est "With a rise in remote work, there are more remote meetings than ever. Use this tool to rate each meeting and gain better insights.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Rate a Meeting
Téléchargez les fichiers d'extension Rate a Meeting au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Meetings consume team members' time and schedule. Unfortunately, little time is spent making meetings more productive and effective.
Informations de Base sur l'Extension
Nom | Rate a Meeting |
ID | bomhbmncnmnfjohhbgiejdiphjnbkbba |
URL Officiel | 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. |
Taille du Fichier | 17.92 KB |
Nombre d'Installations | 15 |
Version Actuelle | 0.3 |
Dernière Mise à Jour | 2020-03-25 |
Date de Publication | 2020-03-25 |
Évaluation | 4.25/5 Total 4 Évaluations |
Développeur | New Story |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://rateameeting.com |
Langues Prises en Charge | 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" ] } ] } |