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.

O que é Rate a Meeting?

Rate a Meeting é uma extensão do Chrome desenvolvida por New Story, e sua principal característica é "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 Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Rate a Meeting

Baixe arquivos de extensão Rate a Meeting no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Rate a Meeting Rate a Meeting
ID bomhbmncnmnfjohhbgiejdiphjnbkbba
URL Oficial https://chromewebstore.google.com/detail/rate-a-meeting/bomhbmncnmnfjohhbgiejdiphjnbkbba
Descrição With a rise in remote work, there are more remote meetings than ever. Use this tool to rate each meeting and gain better insights.
Tamanho do Arquivo 17.92 KB
Contagem de Instalações 15
Versão Atual 0.3
Última Atualização 2020-03-25
Data de Publicação 2020-03-25
Classificação 4.25/5 Total de 4 Avaliações
Desenvolvedor New Story
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://rateameeting.com
Idiomas Suportados 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"
            ]
        }
    ]
}