Instant Meet

Start Google Meet calls instantly with just a click of a button!

Instant Meetคืออะไร?

Instant Meet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Shahlin Ibrahim และคุณลักษณะหลักของมันคือ "Start Google Meet calls instantly with just a click of a button!"

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

screenshot

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

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

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

                        Get on a NEW Google Meet call with just a click of button; To make it even more convenient, the link is automatically copied so you can pass it on to others. For the lazy ones, you save a whole 7-10 seconds with this easy access 😂

Note: For the automatic copy to clipboard to work, you will need to allow access the first time it asks you                    

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

ชื่อ Instant Meet Instant Meet
ID pjgfblbagmedppcpibbgdkdhbdgehmmi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/instant-meet/pjgfblbagmedppcpibbgdkdhbdgehmmi
คำอธิบาย Start Google Meet calls instantly with just a click of a button!
ขนาดไฟล์ 10.62 KB
จำนวนการติดตั้ง 79
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2023-08-04
วันที่เผยแพร่ 2023-08-04
ผู้พัฒนา Shahlin Ibrahim
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Instant Meet",
    "description": "Start Google Meet calls instantly with just a click of a button!",
    "version": "1.0.0",
    "manifest_version": 3,
    "author": "Shahlin Ibrahim",
    "icons": {
        "16": "images\/logo\/logo-16.png",
        "32": "images\/logo\/logo-32.png",
        "48": "images\/logo\/logo-48.png",
        "128": "images\/logo\/logo-128.png"
    },
    "permissions": [],
    "action": [],
    "host_permissions": [
        "https:\/\/meet.google.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ]
}