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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://instaminutes.com, και η κύρια λειτουργία του είναι "Summarize and uncover hidden insights from your meetings in 1 click".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Instaminutes - #1st Meeting Intelligence tool
Λήψη αρχείων επέκτασης 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 |
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", " |