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.
Τι είναι το Rate a Meeting;
Το Rate a Meeting είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον New Story, και η κύρια λειτουργία του είναι "With a rise in remote work, there are more remote meetings than ever. Use this tool to rate each meeting and gain better insights.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Rate a Meeting
Λήψη αρχείων επέκτασης Rate a Meeting σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Meetings consume team members' time and schedule. Unfortunately, little time is spent making meetings more productive and effective.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Rate a Meeting |
ID | bomhbmncnmnfjohhbgiejdiphjnbkbba |
Επίσημο URL | https://chromewebstore.google.com/detail/rate-a-meeting/bomhbmncnmnfjohhbgiejdiphjnbkbba |
Περιγραφή | With a rise in remote work, there are more remote meetings than ever. Use this tool to rate each meeting and gain better insights. |
Μέγεθος Αρχείου | 17.92 KB |
Αριθμός Εγκαταστάσεων | 15 |
Τρέχουσα Έκδοση | 0.3 |
Τελευταία Ενημέρωση | 2020-03-25 |
Ημερομηνία Δημοσίευσης | 2020-03-25 |
Αξιολόγηση | 4.25/5 Συνολικά 4 Αξιολογήσεις |
Προγραμματιστής | New Story |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://rateameeting.com |
Υποστηριζόμενες Γλώσσες | 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" ] } ] } |