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.

Co to jest Rate a Meeting?

Rate a Meeting to rozszerzenie Chrome opracowane przez New Story, a jego główną funkcją jest „With a rise in remote work, there are more remote meetings than ever. Use this tool to rate each meeting and gain better insights.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Rate a Meeting

Pobierz pliki rozszerzeń Rate a Meeting w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Rate a Meeting Rate a Meeting
ID bomhbmncnmnfjohhbgiejdiphjnbkbba
Oficjalny URL https://chromewebstore.google.com/detail/rate-a-meeting/bomhbmncnmnfjohhbgiejdiphjnbkbba
Opis With a rise in remote work, there are more remote meetings than ever. Use this tool to rate each meeting and gain better insights.
Rozmiar pliku 17.92 KB
Liczba instalacji 15
Aktualna Wersja 0.3
Ostatnia Aktualizacja 2020-03-25
Data Publikacji 2020-03-25
Ocena 4.25/5 Łącznie 4 Oceny
Deweloper New Story
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://rateameeting.com
Obsługiwane Języki 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"
            ]
        }
    ]
}