QuicklyChat Screen Sharing

This extension allows you to share your screen to quickly.chat

QuicklyChat Screen Sharing là gì?

QuicklyChat Screen Sharing là một tiện ích mở rộng Chrome được phát triển bởi http://qqquickly.chat, và tính năng chính của nó là "This extension allows you to share your screen to quickly.chat".

Ả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 QuicklyChat Screen Sharing

Tải xuống các tệp mở rộng QuicklyChat Screen Sharing 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

                        This extension allows you to share your screen.                    

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

Tên QuicklyChat Screen Sharing QuicklyChat Screen Sharing
ID dkmjjdaadpoolcnbcbomoiipifbghlke
URL Chính Thức https://chrome.google.com/webstore/detail/quicklychat-screen-sharin/dkmjjdaadpoolcnbcbomoiipifbghlke
Mô tả This extension allows you to share your screen to quickly.chat
Kích Thước Tệp 8.86 KB
Số Lần Cài Đặt 30
Phiên Bản Hiện Tại 2.0.1
Cập Nhật Lần Cuối 2017-08-28
Ngày Phát Hành 2017-08-28
Nhà Phát Triển http://qqquickly.chat
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://qqquickly.chat
URL Trang Trợ Giúp http://twitter.com/omnipresencehq
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "name": "QuicklyChat Screen Sharing",
    "short_name": "quickly.chat",
    "author": "quickly.chat",
    "version": "2.0.1",
    "description": "This extension allows you to share your screen to quickly.chat",
    "homepage_url": "https:\/\/qqquickly.chat\/",
    "offline_enabled": true,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": {
            "32": "icon32.png"
        }
    },
    "icons": {
        "128": "icon128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/localhost:9009\/*"
            ]
        }
    ]
}