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 convin.ai द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Record, Transcribe Google Meet meetings, highlight key moments, tag teammates"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Convin: Video record - Google Meet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Convin: Video record - Google Meet Convin: Video record - Google Meet
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"
    ]
}