Launch for Google Meet

Quick Launch Google Meet just 1 click and Save Transcript

Launch for Google Meetคืออะไร?

Launch for Google Meet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://launch-google-meet.freefinancetools.net และคุณลักษณะหลักของมันคือ "Quick Launch Google Meet just 1 click and Save Transcript"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Launch for Google Meet

ดาวน์โหลดไฟล์ส่วนขยาย Launch for Google Meet ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Want to get a transcript for your Google Meet call or hangouts meet call?

Once you have a transcript for google hangouts meet, you can write down and summarize your meetings with more detailed minutes.

Begin using our software extension today and you can begin getting a transcript for all your Google Meet, google meet app calls.

To begin using this software, here is what you need to do

1) Install the software
2) Go to the Google Meet website. Enter into your Meeting room. Click on the software extension icon.
3) Click on "Transcript" and the extension will begin to record your Google Meet transcript
4) Once you have finished your Google Meet call, you can download the transcript onto your computer.

Please note the "Save Transcript" button appears at the bottom of the Google Meet toolbar, next to the Web Camera button. If you have any questions about
our software for google video conference. please contact us.

Disclaimer: Please note this extension is NOT made by Google and is made by an independent development team. All copyrights belong to their respective owners.
Google doesn’t endorse or sponsor this Chrome extension. Launch for Google Meet is not owned by,it is not licensed by and is not a subsidiary of Google Inc.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Launch for Google Meet Launch for Google Meet
ID knmnaaoafogkenfjbgmhkjpiabopnibg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/launch-for-google-meet/knmnaaoafogkenfjbgmhkjpiabopnibg
คำอธิบาย Quick Launch Google Meet just 1 click and Save Transcript
ขนาดไฟล์ 172 KB
จำนวนการติดตั้ง 2,000
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2020-12-09
วันที่เผยแพร่ 2020-08-11
คะแนน 2.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://launch-google-meet.freefinancetools.net
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://launch-google-meet.freefinancetools.net
ภาษาที่รองรับ id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_AppName__",
    "default_locale": "en",
    "version": "1.0",
    "description": "__MSG_AppDesc__",
    "container": [
        "GOOGLE_DRIVE"
    ],
    "offline_enabled": true,
    "icons": {
        "128": "images\/icons\/128.png",
        "16": "images\/icons\/16.png",
        "19": "images\/icons\/19.png",
        "64": "images\/icons\/64.png"
    },
    "browser_action": {
        "default_icon": "images\/icons\/16.png",
        "default_title": "google meet chat transcript",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "js\/update-conf.js",
            "js\/update.js"
        ],
        "persistent": false
    }
}