Zoom.us Always Show "Join From Web"

Zoom.us likes to make it hard to join a meeting using your browser. This extension makes it easy.

Zoom.us Always Show "Join From Web"คืออะไร?

Zoom.us Always Show "Join From Web" เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.zoomcorder.com และคุณลักษณะหลักของมันคือ "Zoom.us likes to make it hard to join a meeting using your browser. This extension makes it easy."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Zoom.us Always Show "Join From Web"

ดาวน์โหลดไฟล์ส่วนขยาย Zoom.us Always Show "Join From Web" ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        This extension ensured the "Join from web" link is ALWAYS visible when opening Zoom meetings so you can connect from a browser or the app. Sometimes Zoom doesn't show the join from web link or requires you do download the Zoom app first. 

BONUS: Webinars are now one click easy to record! When viewing a webinar page a RECORD button will be available making it a snap to record the webinar and have the video sent to you afterwards. Never miss another webinar!

 🎉 Click the "Add to Chrome"  button at the top right corner ⤴️  to immediately experience the goodness of this free and useful software! 

This extension is provided by Zoomcorder.com - a service to record ANY Zoom meeting without even attending! Zoomcorder's goal is to help you get the MOST from your Zoom and Google meetings by making it:
- Easy to connect from anywhere
- Record ANY Zoom meeting even without attending (or when not the host)
- Find the best webinars

🕵️‍♀️ PRIVACY POLICY
  We don't know who you are. We don't store your data.

🙏ACKNOWLEDGEMENTS
  👩‍🏫👨‍🏫  This extension is provided by Zoomcorder.com - the video bot service to record ANY Zoom meeting WITHOUT attending and without being the host. 

Click "Add to Chrome" in the upper right corner to try it out. 

Please leave us feedback about how Zoomcorder.com can improve your video meeting experience because we want to hear from you.                    

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

ชื่อ Zoom.us Always Show Zoom.us Always Show "Join From Web"
ID aedgpiecagcpmehhelbibfbgpfiafdkm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/zoomus-always-show-join-f/aedgpiecagcpmehhelbibfbgpfiafdkm
คำอธิบาย Zoom.us likes to make it hard to join a meeting using your browser. This extension makes it easy.
ขนาดไฟล์ 227 KB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 7.0
อัปเดตครั้งล่าสุด 2023-05-15
วันที่เผยแพร่ 2019-12-11
คะแนน 3.77/5 รวมทั้งหมด 13 คะแนน
ผู้พัฒนา https://www.zoomcorder.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://Zoomcorder.com
URL หน้านโยบายความเป็นส่วนตัว https://zoomcorder.com/extension/privacy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Zoom.us Always Show \"Join From Web\"",
    "version": "7.0",
    "manifest_version": 3,
    "description": "Zoom.us likes to make it hard to join a meeting using your browser. This extension makes it easy.",
    "homepage_url": "https:\/\/github.com\/jfeldstein\/zoom-always-web",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "permissions": [],
    "host_permissions": [
        "https:\/\/zoom.us\/*",
        "https:\/\/*.zoomgov.com\/*",
        "https:\/\/meet.google.com\/*",
        "https:\/\/*.gotomeet.me\/*",
        "https:\/\/*.gotowebinar.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/images\/record.png",
                "\/images\/recimage.png"
            ],
            "matches": [
                "https:\/\/*.zoom.us\/*",
                "https:\/\/zoomgov.com\/*",
                "https:\/\/www.goto.com\/*",
                "https:\/\/*.gotowebinar.com\/*",
                "*:\/\/meet.google.com\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.zoom.us\/*",
                "https:\/\/zoomgov.com\/*",
                "https:\/\/www.goto.com\/*",
                "https:\/\/*.gotowebinar.com\/*",
                "*:\/\/meet.google.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "join.css",
                "styles.css"
            ]
        }
    ]
}