Floomy : Save time with Meeting Minutes (MOM)

Generate AI-powered MOM with live transcription and snapshots.

Floomy : Save time with Meeting Minutes (MOM) क्या है?

Floomy : Save time with Meeting Minutes (MOM) Lakebrains Technologies द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Generate AI-powered MOM with live transcription and snapshots."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Floomy : Save time with Meeting Minutes (MOM) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Save Time with Meeting Minutes (MOM)

Floomy is a Chrome extension that automatically captures and transcribes your online calls in real time. It also generates AI-powered notes and insights, so you can focus on the conversation without worrying about taking notes.

Floomy is currently free and supports Google Meet. It's a great way to stay organized and productive during online meetings.

Below are some of Floomy's features:
Real-time transcription: Floomy transcribe conversation in real-time, so you can always go back to what was said.

AI-powered notes: Floomy generates AI-powered notes that identify roadblocks, summarize discussions, and highlight actionable items.

Snapshots: Floomy captures images during your meetings, so you can visually represent critical moments.

Seamless integration: Floomy seamlessly integrates with Google Meet, so you can start using it right away.

If you're looking for a way to be more productive in online meetings. It's free to use and it's easy to install. Try it today!                    

एक्सटेंशन की मूल जानकारी

नाम Floomy : Save time with Meeting Minutes (MOM) Floomy : Save time with Meeting Minutes (MOM)
ID fncjpolcghakbeeeglfahcpjhnghephh
आधिकारिक URL https://chromewebstore.google.com/detail/floomy-save-time-with-mee/fncjpolcghakbeeeglfahcpjhnghephh
विवरण Generate AI-powered MOM with live transcription and snapshots.
फ़ाइल का आकार 2.83 MB
स्थापना संख्या 114
वर्तमान संस्करण 1.6
अंतिम अपडेट 2023-07-19
प्रकाशन तिथि 2023-06-18
डेवलपर Lakebrains Technologies
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://floomy.io
गोपनीयता नीति पृष्ठ URL https://lakebrains.com/privacy-policies
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Generate AI-powered MOM with live transcription and snapshots.",
    "version": "1.6",
    "name": "Floomy : Save time with Meeting Minutes (MOM)",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApGdumdWDmQ\/EyMUkrUKCn4cppmY2fb4kJp\/4evLRJitpsp0nJQsJc9ivAf5\/ZJqUgemXzKB033fmTSefP4Q+kRMkuYvPI766kINhs79csUqjuBFiyz8Q5cnlmlF8DeGsswSBVUIQyXdPh9NUTQtiypdn\/Jg+Tb6Mqw9D149lEREFkJ9KquHbDaOYAMZOu+qU+eUWka8imB0isecG9zlbcHz\/MFLrBwD8rZD1uZuv0UnEMk2y2SR+KvQ0B489\/Cq7Z3\/+vHLBT5mN781BWT52hJXzxhUCaZjOheCtSCOt\/+gRzzYuTB9xs0JKigWW2UZpp6w9ev4Y3aIF4sS9\/DkuwwIDAQAB",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "js": [
                "contentScript.bundle.js"
            ]
        },
        {
            "matches": [
                "*:\/\/chat.openai.com\/api\/auth\/session*"
            ],
            "js": [
                "openAi.bundle.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "img\/floomy_new_with_bg.png"
    },
    "action": {
        "default_title": " transcript",
        "default_popup": "popup.html",
        "default_icon": {
            "128": "img\/floomy_new_with_bg.png"
        }
    },
    "oauth2": {
        "client_id": "83249839159-t6u4evdu50chcleir9mkh0jmk9mo2t4p.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile",
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*",
                "inject.js",
                "pako.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "identity",
        "activeTab",
        "storage",
        "tabs",
        "downloads"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'",
        "sandbox": "script-src 'self' 'wasm-unsafe-eval'; sandbox allow-scripts; script-src 'self' 'https:\/\/www.googleapis.com'; object-src 'self'"
    },
    "host_permissions": [
        "https:\/\/meet.google.com\/*",
        ""
    ],
    "background": {
        "service_worker": "background.bundle.js"
    }
}