Meeting Timer

Display a Timer on Google Meet calls based on your Google Calendar events. Get a quick access to Google Calendar.

什麼是Meeting Timer?

Meeting Timer是由https://meetingtimer.io開發的Chrome擴展程式,該擴展的主要功能是“Display a Timer on Google Meet calls based on your Google Calendar events. Get a quick access to Google Calendar.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Meeting Timer擴展crx文件

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

擴展使用說明

                        Meeting Timer - Automatically display a Timer on Google Meet 🎥  calls based on your Google Calendar 📅 events. Easily connect to your Google account and get access to your upcoming calendar events. Join them with just one click. Be always on time. Track meetings better. Get informed when the meeting is about to start.


Core Features:

📅 Google Calendar integration
🕒 Automatically display a Timer on Google Meet calls
⚡️ Join upcoming Google Meet calls with a single click
🤌 Drag & Drop Timer
🤝 Share Timer on other tabs
✅ Accept or decline Google Calendar events
🚨 Favicon alerts - be informed whenever a meeting is about to start
⏰ Upcoming meeting alerts inside a Timer


Details:

🕒 Real-Time Meeting Countdown:
Stay on track and make the most of your time! "Meeting Timer" adds a sleek and unobtrusive timer directly to your Google Meet calls, ensuring that you never lose sight of your agenda. Stay focused and keep discussions on point.


📅 Calendar Integration:
Effortlessly sync with your Google Calendar to get instant access to upcoming events. No need to switch tabs or juggle between applications – everything you need is right at your fingertips. Seamlessly manage your schedule without missing a beat.


🚀 Boost Productivity:
Take control of your meetings and boost productivity. Set timers for specific agenda items, allocate time for Q&A, and watch as your team becomes more efficient and goal-oriented. "Meeting Timer" empowers you to make every second count.


🔗 User-Friendly Interface:
Our intuitive and user-friendly interface makes it easy for you to navigate and customize your meeting experience. No technical expertise is required – "Meeting Timer" is designed with simplicity in mind.


🔄 Drag & Drop Positioning:
Tailor your timer placement to your liking! Drag and drop the timer to your preferred position and rest assured that it will be saved for future meetings. Your setup, your way.


🤝 Share Timers with Teammates:
Collaboration made easy! Share your timer with other team participants by placing it on every tab. Ensure everyone stays synchronized, even when screens are shared. Foster teamwork and keep everyone on the same page.


🎨 Meeting Status Indicators:
Stay informed about the meeting's progress! "Meeting Timer" visually communicates important milestones such as "Halftime" or "Overtime" with distinct colors. Enhance communication and maintain momentum throughout your discussions.


🚨 Favicon Badge Alerts:
Never miss a meeting again! Receive timely alerts with a badge on the favicon, notifying you when a meeting is about to start. Stay punctual and prepared for every agenda item.


🌐 Secure and Reliable:
We don't store any data on our servers. Everything is kept directly and only on your browser.


Contact Us:

🚀 Request a feature: https://forms.gle/U4MyETCPCxv8cozm7
🐛 Report a bug: https://forms.gle/GfipS5TGyVUZgx1V6


Legal Info:

Meeting Timer's use and transfer of information received from Google APIs to any other app will adhere to Google API Services User Data Policy, including the Limited Use requirements.

Google Calendar is a trademark of Google LLC. Use of this trademark is subject to Google Permissions.
Google Meet is a trademark of Google LLC. Use of this trademark is subject to Google Permissions.                    

擴展基本資訊

名稱 Meeting Timer Meeting Timer
ID kgnglpankjpapbedabaccgimldphaehf
官方網址 https://chromewebstore.google.com/detail/meeting-timer/kgnglpankjpapbedabaccgimldphaehf
簡介 Display a Timer on Google Meet calls based on your Google Calendar events. Get a quick access to Google Calendar.
檔案大小 1.38 MB
安裝次數 115
目前版本 1.2.0
更新時間 2024-02-26
上架時間 2024-01-12
評分 5.00/5 共 13 次評分
開發者 https://meetingtimer.io
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.meetingtimer.io/
隱私政策頁面URL https://www.meetingtimer.io/privacy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Meeting Timer",
    "description": "Display a Timer on Google Meet calls based on your Google Calendar events. Get a quick access to Google Calendar.",
    "version": "1.2.0",
    "manifest_version": 3,
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Meeting Timer",
        "default_icon": "icon.png"
    },
    "permissions": [
        "identity",
        "identity.email",
        "storage",
        "tabs",
        "scripting",
        "alarms",
        "idle"
    ],
    "host_permissions": [
        ""
    ],
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScriptAll.js"
            ]
        },
        {
            "matches": [
                "https:\/\/meet.google.com\/*",
                "https:\/\/app.zoom.us\/wc\/*",
                "https:\/\/teams.live.com\/_#\/modern-calling\/*"
            ],
            "js": [
                "contentScriptMeeting.js"
            ]
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAn5VwVbJFc3A\/zjxhCzB6s6D5HxBXMuun4vJarEN3QQvijkjOQUPEkCIzTsouNwNGVU0PScgfvs2BGQnpScqEUOwsVncYTNKmphkvk2ITNyBAo+KcwJskFpDQdlqPb9p5yxFocqkEKH5TAGA2nopF5Ie7Cr\/KNeMiRkpQdGL4MhNbuIehl+fGc6vf5TBqIUznjc52ha+J2ijX15pnFannbR0FMbmeiGNm+f+vW2rD8ZW3y2ZyOZHoNUwCChPSihMIQcmQUmAiXv9UrP1HeIzWH\/ye4HdXahT39VJKDoL\/qlrzdwFPcf66FJelTh7RDHNIQimxIubOQLlTgjUKiEFu8wIDAQAB",
    "oauth2": {
        "client_id": "488245731492-5jp2usuo5f15ohiq3vais7edftif0ikt.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/calendar.readonly",
            "https:\/\/www.googleapis.com\/auth\/calendar.events"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*.png"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "*.ttf"
            ],
            "matches": [
                ""
            ]
        }
    ]
}