timeOS: AI Meeting & Calendar Assistant

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

Cos'è timeOS: AI Meeting & Calendar Assistant?

timeOS: AI Meeting & Calendar Assistant è un'estensione di Chrome sviluppata da https://timeos.ai, e la sua funzione principale è "Automate note-taking for Google Meet, Zoom, Microsoft Teams, and Slack. Supports 60 languages.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione timeOS: AI Meeting & Calendar Assistant

Scarica i file di estensione timeOS: AI Meeting & Calendar Assistant in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome timeOS: AI Meeting & Calendar Assistant timeOS: AI Meeting & Calendar Assistant
ID decehdgnikepnangkendclmiomkcnpjh
URL Ufficiale https://chromewebstore.google.com/detail/timeos-ai-meeting-calenda/decehdgnikepnangkendclmiomkcnpjh
Descrizione Automate note-taking for Google Meet, Zoom, Microsoft Teams, and Slack. Supports 60 languages.
Dimensione del File 2.53 MB
Conteggio Installazioni 12,275
Versione Corrente 3.16.0
Ultimo Aggiornamento 2024-03-01
Data di Pubblicazione 2022-07-23
Valutazione 4.88/5 Totale 33 Valutazioni
Sviluppatore https://timeos.ai
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.timeos.ai/
URL della Pagina di Aiuto https://intercom.help/magicalhq/en
URL della Pagina della Politica sulla Privacy https://magical.so/privacy-policy
Lingue Supportate 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"
        }
    }
}