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 je Rate a Meeting?
Rate a Meeting je rozšíření Chrome vyvinuté New Story, a jeho hlavní funkcí je „With a rise in remote work, there are more remote meetings than ever. Use this tool to rate each meeting and gain better insights.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Rate a Meeting
Stáhněte si soubory rozšíření Rate a Meeting ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
                        Meetings consume team members' time and schedule. Unfortunately, little time is spent making meetings more productive and effective.                     Základní Informace o Rozšíření
| Název |   |  
| ID | bomhbmncnmnfjohhbgiejdiphjnbkbba | 
| Oficiální URL | https://chromewebstore.google.com/detail/rate-a-meeting/bomhbmncnmnfjohhbgiejdiphjnbkbba | 
| Popis | With a rise in remote work, there are more remote meetings than ever. Use this tool to rate each meeting and gain better insights. | 
| Velikost souboru | 17.92 KB | 
| Počet instalací | 15 | 
| Aktuální Verze | 0.3 | 
| Poslední Aktualizace | 2020-03-25 | 
| Datum Vydání | 2020-03-25 | 
| Hodnocení | 4.25/5 Celkem 4 Hodnocení | 
| Vývojář | New Story | 
| [email protected] | |
| Typ Platby | free | 
| Webové stránky Rozšíření | https://rateameeting.com | 
| Podporované Jazyky | 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"
            ]
        }
    ]
}  |  |