Instaminutes - #1st Meeting Intelligence tool

Summarize and uncover hidden insights from your meetings in 1 click

什么是Instaminutes - #1st Meeting Intelligence tool?

Instaminutes - #1st Meeting Intelligence tool是由https://instaminutes.com开发的Chrome扩展程序,该扩展的主要功能是“Summarize and uncover hidden insights from your meetings in 1 click”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Instaminutes - #1st Meeting Intelligence tool扩展crx文件

下载Instaminutes - #1st Meeting Intelligence tool扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Instaminutes summarizes your meetings into short meeting notes in 1 click.
  
 It’s 10x shorter than transcriptions & helps you to recall your meetings within a couple of minutes.

Summarize daily stand-ups into tasks, decisions, QnA & ideas. Bring analytics to your team meetings

Just key highlights you need, nothing more nothing less. Plus, it's free & secure.

About Us
------------------
Instaminutes Chrome Extension works as Google meet record extension or Zoom record extension. 

Instaminutes gives you:

Real-time transcription
Conversational Intelligence
AudioNotes
Share Meeting Notes

All in just 1 click. 

You are working relentlessly to grow your business and yourself. Spending 30-40% of the time in meetings with customers or team members. 

But manually taking notes during meetings is painful. Transcriptions are lengthy and useless, so you don't look at them once it's generated by some AI. 

So, what should you do? You summarize conversations with Instaminutes.

And It works with every meeting tool, for e.g. Google Meet, Zoom, Teams etc. 

Demo Video (34 secs) - https://youtu.be/zUWdchl6MDw
Learn more at https://bit.ly/3uS0NZY 

📞 CONNECT WITH US 
[email protected]
Twitter: https://bit.ly/3LBYeB0
LinkedIn: https://bit.ly/3GQa1rS
Instagram: https://bit.ly/3rLEJOK
Facebook: https://bit.ly/3uQR9qD                    

扩展基本信息

名称 Instaminutes - #1st Meeting Intelligence tool Instaminutes - #1st Meeting Intelligence tool
ID biejinfobcnfmjjgggmldodnbjppplod
官方URL https://chromewebstore.google.com/detail/instaminutes-1st-meeting/biejinfobcnfmjjgggmldodnbjppplod
简介 Summarize and uncover hidden insights from your meetings in 1 click
文件大小 7.5 MB
安装次数 737
当前版本 3.1.6
更新时间 2023-09-07
上架时间 2021-06-13
评分 4.45/5 共11次评分
开发者 https://instaminutes.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://instaminutes.com
帮助页面URL https://instaminutes.com
隐私政策页面URL https://instaminutes.com/privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Instaminutes - #1st Meeting Intelligence tool",
    "description": "Summarize and uncover hidden insights from your meetings in 1 click",
    "version": "3.1.6",
    "icons": {
        "128": "icon.png",
        "48": "icon.png",
        "16": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Instaminutes Extension"
    },
    "background": {
        "scripts": [
            "socket.io.min.js",
            "worker.js",
            "jquery-3.6.0.min.js",
            "jsrsasign-all-min.js",
            "analytics.js",
            "background.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self' https:\/\/cdn.mxpnl.com\/libs\/mixpanel-2-latest.min.js; object-src 'self'",
    "permissions": [
        "tabs",
        "desktopCapture",
        "storage",
        "cookies",
        ""
    ],
    "web_accessible_resources": [
        "inject-script.js",
        "icon.png",
        "logo-icon.svg",
        "icon.svg",
        "arrow-right.svg",
        "plugin-intro.webm",
        "2-webm.webm",
        "3-webm.webm",
        "4-webm.webm",
        "5-webm.webm",
        "style.css",
        "draggble-bg.png",
        "instaminutes.js"
    ]
}