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.
Vad är Rate a Meeting?
Rate a Meeting är en Chrome-tillägg utvecklad av New Story, och dess huvudfunktion är "With a rise in remote work, there are more remote meetings than ever. Use this tool to rate each meeting and gain better insights.".
Tilläggsskärmbilder
Ladda ner Rate a Meeting-förlängningens CRX-fil
Ladda ner Rate a Meeting-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Meetings consume team members' time and schedule. Unfortunately, little time is spent making meetings more productive and effective. Grundläggande Information om Tillägg
| Namn | |
| ID | bomhbmncnmnfjohhbgiejdiphjnbkbba |
| Officiell webbadress | https://chromewebstore.google.com/detail/rate-a-meeting/bomhbmncnmnfjohhbgiejdiphjnbkbba |
| Beskrivning | With a rise in remote work, there are more remote meetings than ever. Use this tool to rate each meeting and gain better insights. |
| Filstorlek | 17.92 KB |
| Antal Installationer | 15 |
| Aktuell Version | 0.3 |
| Senast Uppdaterad | 2020-03-25 |
| Publiceringsdatum | 2020-03-25 |
| Betyg | 4.25/5 Totalt 4 Betyg |
| Utvecklare | New Story |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://rateameeting.com |
| Stödda Språk | 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"
]
}
]
} | |