HipChat Meetings

A simple extension that allows you to schedule HipChat Meetings and stream your desktop into HipChat.

HipChat Meetingsคืออะไร?

HipChat Meetings เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://hipchat.me และคุณลักษณะหลักของมันคือ "A simple extension that allows you to schedule HipChat Meetings and stream your desktop into HipChat."

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

screenshot

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

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

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

                                            

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

ชื่อ HipChat Meetings HipChat Meetings
ID kdlonpjcbkjndbpboifcdcgeeciffoep
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/hipchat-meetings/kdlonpjcbkjndbpboifcdcgeeciffoep
คำอธิบาย A simple extension that allows you to schedule HipChat Meetings and stream your desktop into HipChat.
ขนาดไฟล์ 98.93 KB
จำนวนการติดตั้ง 2,347
เวอร์ชันปัจจุบัน 0.2.6.2
อัปเดตครั้งล่าสุด 2017-01-24
วันที่เผยแพร่ 2017-01-24
คะแนน 4.69/5 รวมทั้งหมด 16 คะแนน
ผู้พัฒนา https://hipchat.me
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HipChat Meetings",
    "description": "A simple extension that allows you to schedule HipChat Meetings and stream your desktop into HipChat.",
    "version": "0.2.6.2",
    "minimum_chrome_version": "34",
    "icons": {
        "128": "hipchat-logo-128x128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "desktopCapture",
        "https:\/\/calendar.google.com\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.hipchat.me\/*",
            "*:\/\/*.atlassian.io\/*",
            "*:\/\/pawel.jitsi.net\/*",
            "*:\/\/hristo.jitsi.net\/*",
            "*:\/\/localhost:*\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/calendar.google.com\/calendar\/*",
                "https:\/\/outlook.live.com\/owa\/*"
            ],
            "js": [
                "jquery.js",
                "RandomUtil.js",
                "RoomnameGenerator.js",
                "meet-calendar.js"
            ],
            "css": [
                "\/css\/all.css"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "hipchat-logo-128x128.png",
        "hipchat-logo-white-48x48.png"
    ]
}