Google Meet Auto Join

Google Meet Auto join, on scheduled time _abx

Google Meet Auto Joinคืออะไร?

Google Meet Auto Join เป็นส่วนขยายของ Chrome ที่พัฒนาโดย abx และคุณลักษณะหลักของมันคือ "Google Meet Auto join, on scheduled time _abx"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Automatically Joins Google Meet on Selected Time.

Features:
Auto mute Mic
Auto Close Camera
Auto join Meet link Entered on Time

How To Use??
Visit "https://meet.google.com/**"(Any google meet)
Then Click on Extension: 

1. Select Time from drop down menu
2. Paste meet link you want to join on selected time
3. Click 'Tick' icon to save.

Now it will automatically joins meet on selected time.

ver 1.1 will be available soon..
with features like,
auto leave meet (when participant <10 [or any user input] )

Want to Schedule Google Meets try:
https://chrome.google.com/webstore/detail/google-meet-scheduler-aut/gknbkfmgpeonofbofpgkngcoccblohgg?hl=en

Like my work,
Add your valuable Reviews.

Made with ❤ By : abx.                    

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

ชื่อ Google Meet Auto Join Google Meet Auto Join
ID igkclpddchbelbkhfndepjkdhljdlpbd
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/google-meet-auto-join/igkclpddchbelbkhfndepjkdhljdlpbd
คำอธิบาย Google Meet Auto join, on scheduled time _abx
ขนาดไฟล์ 82.78 KB
จำนวนการติดตั้ง 4,285
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2020-12-01
วันที่เผยแพร่ 2020-12-01
คะแนน 2.89/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา abx
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://bhattcodes.github.io
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google Meet Auto Join",
    "description": "Google Meet Auto join, on scheduled time _abx",
    "version": "1.0",
    "content_scripts": [
        {
            "js": [
                "script.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "192": "images\/1.png"
    },
    "browser_action": {
        "default_icon": "images\/1.png",
        "default_popup": "index.html"
    }
}