Notifs for Meet™
Notifications and more for Google Meet™
Notifs for Meet™란 무엇입니까?
Notifs for Meet™은(는) G-Essentials에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Notifications and more for Google Meet™"입니다.
확장 프로그램 스크린샷
Notifs for Meet™ 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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!
확장 프로그램 기본 정보
이름 | |
ID | iinecemgdedknjoenecmgjlghnkmbofc |
공식 URL | https://chrome.google.com/webstore/detail/notifs-for-meet/iinecemgdedknjoenecmgjlghnkmbofc |
설명 | Notifications and more for Google Meet™ |
파일 크기 | 260 KB |
설치 횟수 | 1,647 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2020-12-08 |
출시 날짜 | 2020-12-03 |
평점 | 4.40/5 총 5 개의 평점 |
개발자 | G-Essentials |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://notifsformeet.webflow.io |
지원되는 언어 | 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'" } |