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.

Wat is Rate a Meeting?

Rate a Meeting is een Chrome-extensie ontwikkeld door New Story, en de belangrijkste functie is "With a rise in remote work, there are more remote meetings than ever. Use this tool to rate each meeting and gain better insights.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Rate a Meeting

Download Rate a Meeting-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Rate a Meeting Rate a Meeting
ID bomhbmncnmnfjohhbgiejdiphjnbkbba
Officiële URL https://chromewebstore.google.com/detail/rate-a-meeting/bomhbmncnmnfjohhbgiejdiphjnbkbba
Beschrijving With a rise in remote work, there are more remote meetings than ever. Use this tool to rate each meeting and gain better insights.
Bestandsgrootte 17.92 KB
Aantal Installaties 15
Huidige Versie 0.3
Laatst Bijgewerkt 2020-03-25
Publicatiedatum 2020-03-25
Beoordeling 4.25/5 Totaal 4 Beoordelingen
Ontwikkelaar New Story
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://rateameeting.com
Ondersteunde Talen 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"
            ]
        }
    ]
}