Fireflies: AI meeting notes

Record & Transcribe meetings & calls directly from the browser with free unlimited transcriptions

Fireflies: AI meeting notes क्या है?

Fireflies: AI meeting notes https://fireflies.ai द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Record & Transcribe meetings & calls directly from the browser with free unlimited transcriptions"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Fireflies: AI meeting notes एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        Record & transcribe meetings & calls directly from your browser for Google Meet.

Record your meetings, transcribe, search, and share with 1 simple click

Just hit the record button in the chrome extension. A widget will pop up to start recording and stop capturing at any time

Meeting will process in a few mins and transcript + audio will be in dashboard.
It’s Free to use!

12+ web-conferencing, dialers, & telephony platforms supported:
•	Zoom
•	Google Meet/Hangouts
•	GoToMeeting
•	Web-ex
•	Skype for Business
•	Uber Conference
•	Free Conference Call
•	Microsoft Team
•	Lifesize 
•	Slack Calling
•	Google Voice
•	Hubspot Dialer

- many more see [fireflies.ai/integrations](http://fireflies.ai/integrations)

Fireflies is an AI voice assistant that’ll help you automate note taking automatic transcripts, highlights, and powerful search capabilities. Find action items, next steps, dates, metrics, and more with a click of a button. 

Fireflies has a free forever tier
•	Record
•	Share
•	Route to different integrations
•	Create notes along the audio
•	Collaborate with teammates and mark important moments from meetings

Fireflies Pro ($10) & Business tier ($19) have
•	Automatic meeting notes (action items, next steps, dates, deadlines, etc)
•	More storage
•	And several other features

Learn more: [https://fireflies.ai/pricing](https://fireflies.ai/pricing)

Thousands of people use Fireflies to have better meetings and not have to worry about writing down notes.                    

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

नाम Fireflies: AI meeting notes Fireflies: AI meeting notes
ID meimoidfecamngeoanhnpdjjdcefoldn
आधिकारिक URL https://chromewebstore.google.com/detail/fireflies-ai-meeting-note/meimoidfecamngeoanhnpdjjdcefoldn
विवरण Record & Transcribe meetings & calls directly from the browser with free unlimited transcriptions
फ़ाइल का आकार 28.3 MB
स्थापना संख्या 67,527
वर्तमान संस्करण 4.0.8
अंतिम अपडेट 2024-02-11
प्रकाशन तिथि 2020-07-03
रेटिंग 4.10/5 कुल 30 रेटिंग्स
डेवलपर https://fireflies.ai
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://fireflies.ai
सहायता पृष्ठ URL https://help.fireflies.ai/en/article/fireflies-chrome-extension-zpt0e0/
गोपनीयता नीति पृष्ठ URL https://fireflies.ai/privacy_policy.pdf
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.754a7afc.png",
        "32": "icon32.plasmo.1b596b7f.png",
        "48": "icon48.plasmo.9c45e82d.png",
        "64": "icon64.plasmo.696cf0ec.png",
        "128": "icon128.plasmo.f5004619.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.754a7afc.png",
            "32": "icon32.plasmo.1b596b7f.png",
            "48": "icon48.plasmo.9c45e82d.png",
            "64": "icon64.plasmo.696cf0ec.png",
            "128": "icon128.plasmo.f5004619.png"
        },
        "default_popup": "popup.html"
    },
    "version": "4.0.8",
    "author": "Researchers ",
    "name": "Fireflies: AI meeting notes",
    "description": "Record & Transcribe meetings & calls directly from the browser with free unlimited transcriptions",
    "background": {
        "service_worker": "background.b78a8f7f.js"
    },
    "permissions": [
        "scripting",
        "storage",
        "activeTab",
        "offscreen",
        "unlimitedStorage",
        "notifications",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "analytics.fe82b299.js"
            ],
            "css": []
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "askFredPanel.72170d72.js"
            ],
            "css": [
                "tabs\/welcome.de8592c4.css",
                "tabs\/welcome.ef7a11aa.css"
            ]
        },
        {
            "matches": [
                "*:\/\/meet.google.com\/*-*-*"
            ],
            "js": [
                "gmeetUserPanel.8e067572.js"
            ],
            "css": [
                "gmeetUserPanel.09283736.css",
                "tabs\/welcome.de8592c4.css",
                "tabs\/welcome.ef7a11aa.css"
            ]
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "screenNotification.54aacb3c.js"
            ],
            "css": [
                "tabs\/welcome.de8592c4.css",
                "tabs\/welcome.ef7a11aa.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.loom.com\/share\/*",
                "https:\/\/soapbox.wistia.com\/videos\/*"
            ],
            "js": [
                "shareToFF.190acc52.js"
            ],
            "css": [
                "tabs\/welcome.de8592c4.css",
                "tabs\/welcome.ef7a11aa.css"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/meet.google.com\/*"
        ]
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
    },
    "oauth2": {
        "client_id": "964235282027-liib5ar4gi98crc4u3eomaa4cl0et8lg.apps.googleusercontent.com",
        "scopes": [
            "openid",
            "email",
            "profile",
            "https:\/\/www.googleapis.com\/auth\/calendar.readonly"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/images\/*",
                "assets\/fonts\/*",
                "assets\/ffmpeg\/*",
                "assets\/ffmpeg\/*.wasm",
                "assets\/ffmpeg\/*.mp3"
            ],
            "matches": [
                ""
            ]
        },
        {
            "matches": [
                ""
            ],
            "resources": [
                "offscreen.4a2b8ac3.html",
                "offscreen.1b72e538.js",
                "background.a08cc342.css"
            ]
        },
        {
            "matches": [
                ""
            ],
            "resources": [
                "offscreen.4a2b8ac3.html",
                "offscreen.1b72e538.js",
                "background.a08cc342.css",
                "askFredPanel.4c1b134a.css",
                "askFredPanel.d4bbb661.css"
            ]
        },
        {
            "matches": [
                "*:\/\/meet.google.com\/*"
            ],
            "resources": [
                "offscreen.4a2b8ac3.html",
                "offscreen.1b72e538.js",
                "background.a08cc342.css",
                "gmeetUserPanel.41b00494.css",
                "gmeetUserPanel.175e6fc5.css",
                "gmeetUserPanel.a6c5f5b3.css",
                "gmeetUserPanel.5aaa6ff6.css",
                "gmeetUserPanel.51fa1adc.css",
                "gmeetUserPanel.9a62dbcf.css",
                "gmeetUserPanel.bd758388.css",
                "gmeetUserPanel.2aa95f4f.css"
            ]
        },
        {
            "matches": [
                ""
            ],
            "resources": [
                "offscreen.4a2b8ac3.html",
                "offscreen.1b72e538.js",
                "background.a08cc342.css",
                "gmeetUserPanel.175e6fc5.css",
                "gmeetUserPanel.bd758388.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.loom.com\/*",
                "https:\/\/soapbox.wistia.com\/*"
            ],
            "resources": [
                "offscreen.4a2b8ac3.html",
                "offscreen.1b72e538.js",
                "background.a08cc342.css",
                "shareToFF.ea366ea2.css"
            ]
        }
    ]
}