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é es Rate a Meeting?

Rate a Meeting es una extensión de Chrome desarrollada por New Story, y su función principal es "With a rise in remote work, there are more remote meetings than ever. Use this tool to rate each meeting and gain better insights.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Rate a Meeting

Descarga archivos de extensión Rate a Meeting en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Meetings consume team members' time and schedule. Unfortunately, little time is spent making meetings more productive and effective.                    

Información Básica de la Extensión

Nombre Rate a Meeting Rate a Meeting
ID bomhbmncnmnfjohhbgiejdiphjnbkbba
URL Oficial https://chromewebstore.google.com/detail/rate-a-meeting/bomhbmncnmnfjohhbgiejdiphjnbkbba
Descripción With a rise in remote work, there are more remote meetings than ever. Use this tool to rate each meeting and gain better insights.
Tamaño del Archivo 17.92 KB
Cantidad de Instalaciones 15
Versión Actual 0.3
Última Actualización 2020-03-25
Fecha de Publicación 2020-03-25
Calificación 4.25/5 Total de 4 Calificaciones
Desarrollador New Story
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://rateameeting.com
Idiomas Soportados 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"
            ]
        }
    ]
}