timeOS: AI Meeting & Calendar Assistant

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

timeOS: AI Meeting & Calendar Assistant란 무엇입니까?

timeOS: AI Meeting & Calendar Assistant은(는) https://timeos.ai에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automate note-taking for Google Meet, Zoom, Microsoft Teams, and Slack. Supports 60 languages."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

timeOS: AI Meeting & Calendar Assistant 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 timeOS: AI Meeting & Calendar Assistant timeOS: AI Meeting & Calendar Assistant
ID decehdgnikepnangkendclmiomkcnpjh
공식 URL https://chromewebstore.google.com/detail/timeos-ai-meeting-calenda/decehdgnikepnangkendclmiomkcnpjh
설명 Automate note-taking for Google Meet, Zoom, Microsoft Teams, and Slack. Supports 60 languages.
파일 크기 2.53 MB
설치 횟수 12,275
현재 버전 3.16.0
최근 업데이트 2024-03-01
출시 날짜 2022-07-23
평점 4.88/5 총 33 개의 평점
개발자 https://timeos.ai
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.timeos.ai/
도움말 페이지 URL https://intercom.help/magicalhq/en
개인정보 보호 정책 페이지 URL https://magical.so/privacy-policy
지원되는 언어 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"
        }
    }
}