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.
Cos'è Rate a Meeting?
Rate a Meeting è un'estensione di Chrome sviluppata da New Story, e la sua funzione principale è "With a rise in remote work, there are more remote meetings than ever. Use this tool to rate each meeting and gain better insights.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Rate a Meeting
Scarica i file di estensione Rate a Meeting in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Meetings consume team members' time and schedule. Unfortunately, little time is spent making meetings more productive and effective.
Informazioni di Base sull'Estensione
Nome | Rate a Meeting |
ID | bomhbmncnmnfjohhbgiejdiphjnbkbba |
URL Ufficiale | https://chromewebstore.google.com/detail/rate-a-meeting/bomhbmncnmnfjohhbgiejdiphjnbkbba |
Descrizione | With a rise in remote work, there are more remote meetings than ever. Use this tool to rate each meeting and gain better insights. |
Dimensione del File | 17.92 KB |
Conteggio Installazioni | 15 |
Versione Corrente | 0.3 |
Ultimo Aggiornamento | 2020-03-25 |
Data di Pubblicazione | 2020-03-25 |
Valutazione | 4.25/5 Totale 4 Valutazioni |
Sviluppatore | New Story |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://rateameeting.com |
Lingue Supportate | 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" ] } ] } |