Notifs for Meet™

Notifications and more for Google Meet™

什麼是Notifs for Meet™?

Notifs for Meet™是由G-Essentials開發的Chrome擴展程式,該擴展的主要功能是“Notifications and more for Google Meet™”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Notifs for Meet™擴展crx文件

下載Notifs for Meet™擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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!                    

擴展基本資訊

名稱 Notifs for Meet™ Notifs for Meet™
ID iinecemgdedknjoenecmgjlghnkmbofc
官方網址 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'"
}