Convin: Video record - Google Meet
Record, Transcribe Google Meet meetings, highlight key moments, tag teammates
Τι είναι το Convin: Video record - Google Meet;
Το Convin: Video record - Google Meet είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον convin.ai, και η κύρια λειτουργία του είναι "Record, Transcribe Google Meet meetings, highlight key moments, tag teammates".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Convin: Video record - Google Meet
Λήψη αρχείων επέκτασης Convin: Video record - Google Meet σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
People keep on searching for truth through various channels ignoring something that has always been there in front of their eyes. The conversation with customers is the real intelligence that separates opinions from reality. It’s the voice of customers. Till now, most of the organisations don’t use it because they don’t realise the importance of the goldmine of data they are sitting on. We believe that customer conversations can be the thread to weave together different functions in your organisation. Imagine a time when most of the decisions are taken after taking references from real conversations with customers. Record, Transcribe Google Meet meetings * Record & transcribe your Google Meets in video & text * Instantly share fully contextualized meeting takeaways with your team * Empower your team to catch up on meetings in minutes Slack, Gmail, Hubspot, Salesforce, Pipedrive, and so many more LOVED BY: * Async-first teams * Product and Engineering * Customer Success & Sales * User Research * Recruiters & HR * Webinars / Onboarding / Training USED FOR: *Internal Meetings *Customer Calls and Demos *Hiring and Recruiting *Onboarding / Training *User Testing, Market Research & Customer Interviews for more info visit: https://convin.ai/ PRIVACY & SECURITY: *Storage & Encryption* We use industry-standard MariaDB, and Mongo DB hosted at Google, AWS and/or by the respective vendors. All connections to convin is encrypted using SSL. And any attempt to connect over HTTP is redirected to HTTPS https://convin.ai/privacy-policy
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | ofbnlahcaoadmanmkmpjjclpjnmbonpa |
Επίσημο URL | https://chromewebstore.google.com/detail/convin-video-record-googl/ofbnlahcaoadmanmkmpjjclpjnmbonpa |
Περιγραφή | Record, Transcribe Google Meet meetings, highlight key moments, tag teammates |
Μέγεθος Αρχείου | 19.96 KB |
Αριθμός Εγκαταστάσεων | 105 |
Τρέχουσα Έκδοση | 0.0.12 |
Τελευταία Ενημέρωση | 2023-05-03 |
Ημερομηνία Δημοσίευσης | 2021-07-01 |
Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | convin.ai |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://convin.ai |
URL της Σελίδας Πολιτικής Απορρήτου | https://convin.ai/privacy-policy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Convin: Video record - Google Meet", "description": "Record, Transcribe Google Meet meetings, highlight key moments, tag teammates", "version": "0.0.12", "browser_action": { "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon32.png", "128": "images\/icon128.png" }, "default_popup": "popup.html" }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon32.png", "128": "images\/icon128.png" }, "content_scripts": [ { "js": [ "scripts\/google_meet.js" ], "css": [ "css\/convin_meet.css" ], "matches": [ "*:\/\/meet.google.com\/*" ] }, { "matches": [ "http:\/\/*.convin.ai\/*", "https:\/\/*.convin.ai\/*" ], "js": [ "scripts\/all_frames.js" ], "all_frames": true } ], "background": { "scripts": [ "scripts\/background.js" ], "persistent": false }, "options_ui": { "open_in_tab": false, "page": "popup.html" }, "permissions": [ "*:\/\/meet.google.com\/*", "*:\/\/*.convin.ai\/*", "storage" ] } |