Notifs for Meet™
Notifications and more for Google Meet™
Co to jest Notifs for Meet™?
Notifs for Meet™ to rozszerzenie Chrome opracowane przez G-Essentials, a jego główną funkcją jest „Notifications and more for Google Meet™”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Notifs for Meet™
Pobierz pliki rozszerzeń Notifs for Meet™ 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
Get notifications for messages in Google Meet™ and save meeting chats with ease. Notifs for Meet is designed to enhance your Google Meet™ sessions so that you can focus on your work without worrying about the tech that makes it all possible. Notifications: The Notification feature sends meeting chats to you as a system notification. This is extremely useful when you are presenting your screen. No more toggling between your screen and your meeting tab. You will also be informed if Google Meet™ detects that you lost your network connection, allowing you to present with assurance. Chat Logs: The Chat Log feature lets you conveniently save chats for future reference in just a couple of clicks. This is useful if the chat contains questions, notes or other information that you would need in the future. To save a chat, simply click on the Archives button at the top left, then the Capture button at the top right and it will save the chat, allowing you to download it or upload it. You can download chat logs or upload them at any time and as many times as you'd like to. Drive uploads: All your chat logs can be uploaded to Google Drive™ with just one-click. Dark-theme: Protect your eyes during night meetings using the new dark-theme UI for Google Meet™. Additional benefits: - 100% Free, no ads or spyware - Optional Dark Theme - Low impact on system performance - Optimized for a smaller size Analytics: Notifs for Meet™ collects anonymous analytical data about how you use it. This allows us to know which feature improvements to prioritize on, and how we can improve the user experience. If you would not like to send analytical data, you can switch the Analytics feature off in the main panel. We respect your privacy. Any meeting information (chats, URLs, etc.) is only handled locally in your browser and will never be sent outside of it by the extension without your explicit permission. Permission explanation: - Display notifications: To notify new chat messages. - Manage your downloads: Lets you download the chat logs. - Know your email address: Used for uploading the chats to your Google Drive™. Frequently Asked Questions / Help Why am I not receiving any notifications? There are a few things that may prevent notifications from showing up. Here's what you can check: - Make sure that you've opened the extension's popup UI at least once. - Make sure that you are not using any 'Do Not Disturb' type of feature on your system that would suppress notifications. - Make sure that Chrome is allowed to send notifications to your system. - Make sure that you've enabled the 'Notifications' switch, of course. - If problems persist, try updating the extension. How do I sign in? To sign into the extension, click the "+ Add Account" button. Wait for the Google Account™ selector window to show up, then select the account you would like to upload your chats to. How do I upload chat sessions to Google Drive™? Login to the extension with the Google Account you want to save your chat logs to. Then, use the 'Upload' button on any session and it'll automatically be uploaded to your Google Drive™. Notifs for Meet™ is a relatively new extension and might contain bugs. If you find any, please reach out to us by email at [email protected] or by using the form below. Please include as much information as possible. Thank you for helping Notifs for Meet™ improve! Support email: [email protected] Bug form: https://forms.gle/wx8bTNh2W4p2Hevs9 Thank you for choosing Notifs for Meet™, we hope it makes your meetings a better experience!
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | iinecemgdedknjoenecmgjlghnkmbofc |
Oficjalny URL | https://chrome.google.com/webstore/detail/notifs-for-meet/iinecemgdedknjoenecmgjlghnkmbofc |
Opis | Notifications and more for Google Meet™ |
Rozmiar pliku | 260 KB |
Liczba instalacji | 1,647 |
Aktualna Wersja | 1.0.1 |
Ostatnia Aktualizacja | 2020-12-08 |
Data Publikacji | 2020-12-03 |
Ocena | 4.40/5 Łącznie 5 Oceny |
Deweloper | G-Essentials |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://notifsformeet.webflow.io |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Notifs for Meet\u2122", "version": "1.0.1", "description": "Notifications and more for Google Meet\u2122", "icons": { "128": "images\/meet.png" }, "permissions": [ "storage", "notifications", "downloads", "identity", "identity.email", "https:\/\/www.googleapis.com\/*" ], "browser_action": { "default_icon": "images\/meet.png", "default_popup": "popup.html" }, "background": { "scripts": [ "scripts\/analytics.js", "scripts\/jquery.min.js", "scripts\/jquery.cookie.min.js", "scripts\/push.min.js", "scripts\/serviceWorker.min.js", "scripts\/main.js", "scripts\/receive.js" ] }, "container": [ "GOOGLE_DRIVE" ], "oauth2": { "client_id": "707599415783-8s03g6bnj0rkoaa07c831mb4s052cglj.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email", "https:\/\/www.googleapis.com\/auth\/drive.appdata", "https:\/\/www.googleapis.com\/auth\/drive.file" ] }, "content_scripts": [ { "matches": [ "https:\/\/meet.google.com\/*" ], "js": [ "scripts\/jquery.min.js", "scripts\/listen.js", "scripts\/dark-mode.js" ] } ], "manifest_version": 2, "offline_enabled": true, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |