Google Calendar and Outlook Calendar Checker

Stay organized with Google Calendar and Outlook calendar. Conference calls from Microsoft Teams, Google Meet, and Zoom.

什么是Google Calendar and Outlook Calendar Checker?

Google Calendar and Outlook Calendar Checker是由https://rendom.net开发的Chrome扩展程序,该扩展的主要功能是“Stay organized with Google Calendar and Outlook calendar. Conference calls from Microsoft Teams, Google Meet, and Zoom.”。

扩展截图

screenshot

下载Google Calendar and Outlook Calendar Checker扩展crx文件

下载Google Calendar and Outlook Calendar Checker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        📅✨ Chrome Calendar extension is a versatile tool that seamlessly integrates with your Google Calendar and Outlook calendar, allowing you to conveniently view and manage all your events directly in your browser. Stay organized and never miss an important meeting, appointment, or conference call again! 🚀🌟

✨ Features ✨

📆 Syncs with Google Calendar and Outlook calendar to display all events 🔄
🌈 Provides a clean and intuitive interface for browsing your calendar 🖥️
🔔 Displays upcoming events in a browser popup 📩
📋 Supports various event types, including meetings, appointments, reminders, and conference calls 📞
🔍 Quick access to event details, join conference calls, and set reminders ⏰
➕ Create new events directly from the extension 🆕
🌓 Customizable dark and light themes for a personalized experience 🌙☀️
📲 Synchronization across multiple devices for seamless access to your calendar 📱💻

Whether you prefer a dark 🌙 or light ☀️ theme, Chrome Calendar extension offers a visually appealing interface that adapts to your preference. With its user-friendly design, you can effortlessly browse and manage your calendar, ensuring that you never miss a beat in your busy schedule. The extension conveniently syncs with both Google Calendar and Outlook calendar, providing a centralized hub for all your events.

Stay on top of your schedule with the handy browser popup, which displays upcoming events at a glance. From important meetings to crucial appointments, conference calls to reminders, the extension supports various event types, making it a versatile tool for managing your calendar.

Accessing event details, joining conference calls, and setting reminders is a breeze, thanks to the extension's quick access features. With just a click, you can dive into event specifics and easily participate in conference calls. Plus, the extension allows you to create new events directly within it, eliminating the need to navigate to different applications or tabs.

Personalize your calendar experience with customizable dark and light themes. Whether you prefer a sleek dark layout for late-night work sessions or a vibrant light theme for a lively atmosphere, the extension adapts to your choice, enhancing your visual experience.

The synchronization feature of Chrome Calendar extension ensures that your calendar remains up to date across multiple devices. Whether you're on your phone 📱 or your computer 💻, you can seamlessly access and manage your calendar, eliminating the hassle of manual updates and providing consistent access to your schedule wherever you go.

In summary, Chrome Calendar extension is a powerful tool that optimizes your Google Calendar and Outlook calendar experience. With its seamless integration, user-friendly interface, customizable themes, and synchronization capabilities, it's the perfect companion to keep you organized, informed, and in control of your schedule. Say goodbye to missed appointments and hello to effortless event management with Chrome Calendar extension! 📅✨💪                    

扩展基本信息

名称 Google Calendar and Outlook Calendar Checker Google Calendar and Outlook Calendar Checker
ID cnhbbemhkcbndfakfipeleanajpjnoao
官方URL https://chromewebstore.google.com/detail/google-calendar-and-outlo/cnhbbemhkcbndfakfipeleanajpjnoao
简介 Stay organized with Google Calendar and Outlook calendar. Conference calls from Microsoft Teams, Google Meet, and Zoom.
文件大小 3.83 MB
安装次数 722
当前版本 2.5.10
更新时间 2023-06-20
上架时间 2023-05-12
评分 1.00/5 共3次评分
开发者 https://rendom.net
电子邮箱 [email protected]
付费类型 free
扩展官网 https://rendom.net
帮助页面URL https://rendom.net
隐私政策页面URL https://rendom.net/privacy
支持的语言 id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appDesc__",
    "description": "__MSG_appDesc__",
    "version": "2.5.10",
    "manifest_version": 3,
    "default_locale": "en",
    "content_security_policy": {
        "content_scripts": "font-src 'self' data:; script-src 'self'; object-src 'self'; worker-src 'self'",
        "extension_pages": "font-src 'self' data:; script-src 'self'; object-src 'self'; worker-src 'self'"
    },
    "background": {
        "service_worker": "background.js"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+Q"
            },
            "description": "Open popup"
        },
        "focusSearch": {
            "suggested_key": {
                "windows": "Alt+Shift+S",
                "mac": "Command+Shift+S",
                "chromeos": "Alt+Shift+S",
                "linux": "Alt+Shift+S"
            },
            "description": "Focus search input"
        },
        "toggleSidebar": {
            "suggested_key": {
                "windows": "Ctrl+Shift+A",
                "mac": "Command+Shift+A",
                "chromeos": "Ctrl+Shift+A",
                "linux": "Ctrl+Shift+A"
            },
            "description": "Toggle sidebar"
        },
        "openGptAssistant": {
            "suggested_key": {
                "windows": "Ctrl+Shift+Z",
                "mac": "Command+Shift+Z",
                "chromeos": "Ctrl+Shift+Z",
                "linux": "Ctrl+Shift+Z"
            },
            "description": "Open ChatGpt Assistant"
        }
    },
    "icons": {
        "16": "images\/icon_128.png",
        "32": "images\/icon_128.png",
        "48": "images\/icon_128.png",
        "128": "images\/icon_128.png"
    },
    "action": {
        "default_title": "__MSG_appName__",
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "images\/icon_128.png",
            "24": "images\/icon_128.png",
            "32": "images\/icon_128.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "components_*.*",
                "images\/*",
                "fonts\/Rubik.ttf",
                "_resources\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage",
        "alarms",
        "notifications",
        "unlimitedStorage"
    ],
    "optional_permissions": [],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkMo\/euMEZLAV9xiPSg3b22Pjw+nmezAK9gy3LMMpZzS6SA3fAwKAIK5q+NX9kYZgJB2eMepQCHdcyaKu\/ygxSQ774jjul\/\/un84MJahbkX\/6fk5eLbbV5KOsC+K9kJMSBKCEF2w0lFFLrs\/x4tX69MfoAPcZ9BojTsQqZrF6N4I8DQP71NwEJ7Fg5VY9fjUpwfyUd2FMMXKlNHU\/1YsTgHWhvGV7qzm0CyumMXlAVrSQwpiwyGWCa0mB9MaHaV4MaBlpTg+hBe14ljOEDC8JwySXEizdd3bP1XieIaarh8CBDaoLSKeUsZf1gdu\/EhlyDPDREyGowz3jC4uln9KF\/QIDAQAB"
}