timeOS: AI Meeting & Calendar Assistant

Automate note-taking for Google Meet, Zoom, Microsoft Teams, and Slack. Supports 60 languages.

What is timeOS: AI Meeting & Calendar Assistant?

timeOS: AI Meeting & Calendar Assistant is a Chrome extension developed by https://timeos.ai, and its main feature is "Automate note-taking for Google Meet, Zoom, Microsoft Teams, and Slack. Supports 60 languages.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download timeOS: AI Meeting & Calendar Assistant Extension CRX File

Download timeOS: AI Meeting & Calendar Assistant extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        A calendar assistant that takes notes for you?

Say goodbye to pointless meetings and hello to effortless productivity with timeOS AI. Get 2 hours back every day. 

🆕 Automate note-taking in Google Meet without inviting bots. 

With timeOS, you can record or upload any meeting and your personalized AI analyses and creates structured notes for you. Notes and tasks are automatically organized within your favorite tools like Notion, Google Docs, ClickUp, and Asana. 

With timeOS for Chrome you can:

📝 Automate note-taking for Google Meet, Slack Huddles, Zoom, and Microsoft Teams
💾 Capture in-person meetings with instant recording upload
🤯 Attend meetings on your behalf and catch you up later
🪄 Automatically organize tasks in Asana, Notion, or ClickUp
📅 Get time-aware reminders so you never miss a meeting
⚡Access your calendar and meeting notes on any website with ⌘+E

BREAKDOWN

📝 Take ridiculously good meeting notes in any language on Google Meet, and do so without anyone noticing but you! 📝

No AI attendee joining the call, no pesky setup, etc… Join any Google Meet, click on “Summarize”, and you’re good to go. You can even “pause” to go off the record.

🤯 Attend meetings on your behalf 🤯

Send your AI assistant ahead, complete with a personalized message that's shared with participants in the meeting chat.

📅 Get time-aware reminders so you never miss a meeting. 📅

Keep on top of your calendar by getting timely reminders to join meetings on time. 
You can even send your AI bot to attend meetings on your behalf if you’re running late or not planning to attend at all, and still get meeting notes that automatically sync to your favorite work tools.

⚡Access your calendar and meeting notes on any website with ⌘+E. ⚡

Take a quick peek at your calendar from any tab via our Time Peek feature, without suffering from any context switch. Our Time Peek also ensures you always know how long until your next meeting, or how much time is left in your current one. Finally, our Chrome extension can take over your new default tab, so you can access your meeting notes and everything else timeOS at a moments notice.

🪄 Stay effortlessly organized 🪄

Almost 2 hours/day wasted organizing information. timeOS intelligently organizes your meeting notes in one centralized, searchable hub in Notion, ClickUp, Asana, Slack and more.

Experience the future of effprtless productivity. 🔮

https://www.timeos.ai                    

Extension Basic Information

Name timeOS: AI Meeting & Calendar Assistant timeOS: AI Meeting & Calendar Assistant
ID decehdgnikepnangkendclmiomkcnpjh
Official URL https://chromewebstore.google.com/detail/timeos-ai-meeting-calenda/decehdgnikepnangkendclmiomkcnpjh
Description Automate note-taking for Google Meet, Zoom, Microsoft Teams, and Slack. Supports 60 languages.
File Size 2.53 MB
Installation Count 12,275
Current Version 3.16.0
Last Updated 2024-03-01
Publish Date 2022-07-23
Rating 4.88/5 Total 33 Ratings
Developer https://timeos.ai
Email [email protected]
Payment Type free
Extension Website https://www.timeos.ai/
Help Page URL https://intercom.help/magicalhq/en
Privacy Policy Page URL https://magical.so/privacy-policy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "timeOS: AI Meeting & Calendar Assistant",
    "description": "Automate note-taking for Google Meet, Zoom, Microsoft Teams, and Slack. Supports 60 languages.",
    "version": "3.16.0",
    "manifest_version": 3,
    "action": {
        "default_title": "timeOS",
        "default_icon": {
            "16": "favicon-16x16.png"
        }
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAh2tvVX4Q9O1h7gz4KBzSQhUYctoS8N\/1QMkBfF8\/UfAf0wmghz+rMZRWokRt2IMMvvArOgMD3fiN9mY6ybQMAzGYdxeiWLMwC83ouVOY9j\/nysRr2fAw86M1BQoDmzkOUi2dPzcTE1RCMsBWya8tbgbrd3famXebkXDfXh1jRStFxepTHtBikENaurF2P96W2sbPK5w9w5yS5\/yGqOFKusg0xjMWc1N4mss1QtkCoRBn1CaknlUgdKVEB6m98eYnhxAFiZgbktx5oDLU0k6\/v8jTsqZmpLeBBVeIsHgUbioAXBrRARvaV1YiChzQrPGeZsbKjv9D6bOT8\/wNFFgnFQIDAQAB",
    "chrome_url_overrides": {
        "newtab": ".\/index.html"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "background",
        "cookies",
        "notifications",
        "alarms",
        "storage"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "index.html",
                "integrations",
                "sounds\/upcoming-meeting.mp3",
                "magical-logomark.png",
                "icon-logo-handle.svg",
                "fs.js",
                "recorder\/gmeetRecorder.js"
            ]
        }
    ],
    "background": {
        "service_worker": ".\/static\/js\/background.js"
    },
    "content_scripts": [
        {
            "css": [
                "react-big-calendar.css",
                "styles.css",
                "Calendar.css"
            ],
            "match_about_blank": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "*:\/\/*.chromiumapp\/*"
            ],
            "js": [
                ".\/static\/js\/content-index.js"
            ]
        }
    ],
    "icons": {
        "16": "favicon-16x16.png",
        "48": "logo192x192.png",
        "128": "logo192x192.png"
    },
    "commands": {
        "openVc": {
            "suggested_key": {
                "default": "Ctrl+J",
                "mac": "Command+J"
            },
            "description": "Join meeting"
        }
    }
}