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によって開発されたChromeの拡張機能で、その主な機能は「Record & Transcribe meetings & calls directly from the browser with free unlimited transcriptions」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Fireflies: AI meeting notes拡張機能のCRXファイルをダウンロード

Fireflies: AI meeting notes拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
            ]
        }
    ]
}