BlueJeans for Google Calendar

Schedule BlueJeans video meetings directly from Google Calendar

BlueJeans for Google Calendarคืออะไร?

BlueJeans for Google Calendar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.bluejeans.com และคุณลักษณะหลักของมันคือ "Schedule BlueJeans video meetings directly from Google Calendar"

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

screenshot
screenshot

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

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

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

                        BlueJeans’ cloud-based video conferencing service allows business users to quickly and easily host or join multi-party video calls and share content with colleagues, partners or customers who may be on a wide range of video systems -- from Polycom, Cisco and LifeSize TelePresence and room systems, to Microsoft Lync, Jabber, web browsers and even standard audio.

The BlueJeans Chrome Extension is designed to allow users to seamlessly schedule BlueJeans video meetings without ever having to leave Google Calendar. With the click of a button, meetings are scheduled or launched and the pertinent BlueJeans meeting information is sent via a Google Calendar invitation, enabling participants to easily join BlueJeans meetings from their device of choice.

With the BlueJeans Extension you can:
•	Start an instant meeting
•	Schedule a meeting
•	View upcoming meetings
•	Set meeting preferences

BlueJeans benefits:
•	Audio, video and content sharing from anywhere
•	Supports up to 25 participants per meeting
•	Supports the widest range of video endpoints, including mobile
•	Cloud-based service alleviates the need for expensive hardware
•	Easy, intuitive interface anyone can use
•	No maintenance or support contracts required
•	Centralised administrative controls for IT professionals

v3.6.3.56
- Deprecation notification

v3.1.0.48
- Detection and Prevention of suspicious login attempts,
- Users can choose whether they want to offer App or Browser their participants,
- Improvements and bug fixes.

v3.0.1.42
- Delegate scheduling support
- Improvements and bug fixes

v2.5.0.23
- Mixpanel integration for analytics
- Collect user consent for login
- Improvements and bug fixes


To learn more about BlueJeans go to www.bluejeans.com                    

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

ชื่อ BlueJeans for Google Calendar BlueJeans for Google Calendar
ID iedelpfmeejalepbpmmfbfnfoeojohpp
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/bluejeans-for-google-cale/iedelpfmeejalepbpmmfbfnfoeojohpp
คำอธิบาย Schedule BlueJeans video meetings directly from Google Calendar
ขนาดไฟล์ 650 KB
จำนวนการติดตั้ง 63,430
เวอร์ชันปัจจุบัน 3.6.3.56
อัปเดตครั้งล่าสุด 2022-12-20
วันที่เผยแพร่ 2019-05-31
คะแนน 3.52/5 รวมทั้งหมด 50 คะแนน
ผู้พัฒนา https://www.bluejeans.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://bluejeans.com
URL หน้าช่วยเหลือ https://bluejeans.com/support
URL หน้านโยบายความเป็นส่วนตัว https://www.bluejeans.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BlueJeans for Google Calendar",
    "short_name": "BJ for GCal",
    "version": "3.6.3.56",
    "manifest_version": 2,
    "description": "Schedule BlueJeans video meetings directly from Google Calendar",
    "options_page": "options.html",
    "browser_action": {
        "default_title": "BlueJeans for Google Calendar",
        "default_icon": "\/images\/bjn_icon_19.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "\/js\/analytics.js",
            "\/js\/bg.min.js"
        ]
    },
    "permissions": [
        "unlimitedStorage",
        "tabs",
        "background",
        "https:\/\/*.google.com\/*",
        "https:\/\/*.bluejeans.com\/*",
        "http:\/\/*.bluejeans.com\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/cdn.mxpnl.com\/libs\/mixpanel-2-latest.min.js https:\/\/bluejeans.com https:\/\/z2.bluejeans.com; object-src 'self'",
    "icons": {
        "16": "\/images\/bjn_icon_16.png",
        "19": "\/images\/bjn_icon_19.png",
        "48": "\/images\/bjn_icon_48.png",
        "128": "\/images\/bjn_icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.google.com\/*",
                "https:\/\/*.bluejeans.com\/*",
                "http:\/\/*.bluejeans.com\/*"
            ],
            "js": [
                "\/js\/content.min.js"
            ],
            "css": [
                "\/css\/content_gc.css"
            ],
            "all_frames": false,
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "manifest.json",
        "images\/ic_down_arrow_white.png",
        "images\/button_spinner.gif",
        "images\/arrow_drop_down.svg",
        "images\/bjn-logo.svg",
        "images\/settings.svg",
        "images\/close_icon.svg",
        "css\/dropdown.css",
        "dropdown.html",
        "images\/alert_icon.svg"
    ]
}