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"입니다.
확장 프로그램 스크린샷
Instaminutes - #1st Meeting Intelligence tool 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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", " |