HipChat Meetings

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

HipChat Meetings là gì?

HipChat Meetings là một tiện ích mở rộng Chrome được phát triển bởi https://hipchat.me, và tính năng chính của nó là "A simple extension that allows you to schedule HipChat Meetings and stream your desktop into HipChat.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng HipChat Meetings

Tải xuống các tệp mở rộng HipChat Meetings dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                                            

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên HipChat Meetings HipChat Meetings
ID kdlonpjcbkjndbpboifcdcgeeciffoep
URL Chính Thức https://chromewebstore.google.com/detail/hipchat-meetings/kdlonpjcbkjndbpboifcdcgeeciffoep
Mô tả A simple extension that allows you to schedule HipChat Meetings and stream your desktop into HipChat.
Kích Thước Tệp 98.93 KB
Số Lần Cài Đặt 2,347
Phiên Bản Hiện Tại 0.2.6.2
Cập Nhật Lần Cuối 2017-01-24
Ngày Phát Hành 2017-01-24
Đánh Giá 4.69/5 Tổng số 16 Đánh Giá
Nhà Phát Triển https://hipchat.me
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}