Google Meet Plus - Meeting Transcripts
This extension helps you to copy your meeting transcripts to the clipboard.
Google Meet Plus - Meeting Transcripts क्या है?
Google Meet Plus - Meeting Transcripts hyzhang द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension helps you to copy your meeting transcripts to the clipboard."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Google Meet Plus - Meeting Transcripts एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Google Meet Plus - Meeting Transcripts is a must-have extension for Google Meet users. This extension allows you to copy your meeting transcripts to the clipboard. Extension features: 1. Automatically start meeting caption for your meeting 2. Allow you to copy the meeting transcripts to your clipboard, so that you can further paste them to anywhere 3. Warning message if you accidentally turn off the caption Update History: Aug. 3rd 2020: Version 0.94 - Initial Release
एक्सटेंशन की मूल जानकारी
नाम | Google Meet Plus - Meeting Transcripts |
ID | bhdjoenakdncbihdefmdokhkmandglkj |
आधिकारिक URL | https://chromewebstore.google.com/detail/google-meet-plus-meeting/bhdjoenakdncbihdefmdokhkmandglkj |
विवरण | This extension helps you to copy your meeting transcripts to the clipboard. |
फ़ाइल का आकार | 569 KB |
स्थापना संख्या | 174 |
वर्तमान संस्करण | 0.94.4 |
अंतिम अपडेट | 2020-08-03 |
प्रकाशन तिथि | 2020-08-03 |
रेटिंग | 1.00/5 कुल 1 रेटिंग्स |
डेवलपर | hyzhang |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Meet Plus - Meeting Transcripts", "description": "This extension helps you to copy your meeting transcripts to the clipboard.", "version": "0.94.4", "icons": { "128": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/meet.google.com\/*" ], "js": [ "inject.js" ], "run_at": "document_idle", "all_frames": false } ], "web_accessible_resources": [ "stenographer.js" ], "manifest_version": 2 } |