Auto Meet

Continue meet with out interruptions. Accept join request effortless.

Auto Meetคืออะไร?

Auto Meet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Evagoon Inc. และคุณลักษณะหลักของมันคือ "Continue meet with out interruptions. Accept join request effortless."

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

screenshot

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

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

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

                        Focus on online meet explaining what matters the most. Install it and do not bother adding user while interrupting your meet. No need for operator to add sit and add user every time. Just install and forget. No logging, no adds, just tool that is made to ease on line meets.                    

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

ชื่อ Auto Meet Auto Meet
ID kjnngggoadpbmpbdghbbfecfkomokmif
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/auto-meet/kjnngggoadpbmpbdghbbfecfkomokmif
คำอธิบาย Continue meet with out interruptions. Accept join request effortless.
ขนาดไฟล์ 43.83 KB
จำนวนการติดตั้ง 178
เวอร์ชันปัจจุบัน 1.0.5
อัปเดตครั้งล่าสุด 2022-01-26
วันที่เผยแพร่ 2020-10-08
ผู้พัฒนา Evagoon Inc.
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "author": "Evagoon Inc.",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "tab-icon.png",
        "default_title": "Auto Meet"
    },
    "content_scripts": [
        {
            "js": [
                "js\/hello12.js"
            ],
            "matches": [
                "https:\/\/meet.google.com\/*"
            ]
        },
        {
            "js": [
                "js\/hello2.js"
            ],
            "matches": [
                "*:\/\/www.amazon.in\/*"
            ]
        },
        {
            "js": [
                "js\/hello1.js"
            ],
            "matches": [
                "*:\/\/www.flipkart.com\/*"
            ]
        }
    ],
    "description": "Continue meet with out interruptions. Accept join request effortless.",
    "icons": {
        "128": "icon\/icon-128.png",
        "16": "icon\/icon-16.png",
        "48": "icon\/icon-48.png"
    },
    "manifest_version": 2,
    "name": "Auto Meet",
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.5"
}