Locus Screen Sharing

Helper extension to enable screen sharing in Locus.

Locus Screen Sharing là gì?

Locus Screen Sharing là một tiện ích mở rộng Chrome được phát triển bởi https://inthelocus.com, và tính năng chính của nó là "Helper extension to enable screen sharing in Locus.".

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

screenshot
screenshot

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

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

                        Locus makes video conferencing more like in-person conversations. This extension enables screen sharing from within Locus for enhanced collaboration.

Your screen is only shared when you choose to share it from within a Locus room. In most cases your screen is transmitted directly to active participants in your room (some network / firewall configurations require us to relay through a Locus server). In no case is shared audio, video, or screen capture data retained by Locus.                    

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

Tên Locus Screen Sharing Locus Screen Sharing
ID aapfgbkjjhghigopjhenhpgpailijdfd
URL Chính Thức https://chromewebstore.google.com/detail/locus-screen-sharing/aapfgbkjjhghigopjhenhpgpailijdfd
Mô tả Helper extension to enable screen sharing in Locus.
Kích Thước Tệp 8.4 KB
Số Lần Cài Đặt 60
Phiên Bản Hiện Tại 0.1.4
Cập Nhật Lần Cuối 2016-10-21
Ngày Phát Hành 2016-10-21
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://inthelocus.com
Loại Thanh Toán free
Trang Web Mở Rộng https://inthelocus.com/
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Locus Screen Sharing",
    "short_name": "Locus",
    "author": "Locus",
    "version": "0.1.4",
    "minimum_chrome_version": "34",
    "description": "Helper extension to enable screen sharing in Locus.",
    "homepage_url": "https:\/\/inthelocus.com\/",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAp5scGmT\/LGvS2iI3\/eVB9mUX9SdasprpP9dXAeqHafSUkbhGPaLKsKzbFXH\/3N6u4X74QrF5LMR23xp\/f6gD8tn3HSJeVtRLtfUudODkNemqZ0Shid75YEnkSENr7e15R\/2BqxI6JHgDyOmuJqZbjWSMxhGyC5iflBB+09XVi0C4mNhk4Mtd5VcTQe0aWIseG9EbqwWCL\/47L2dPkbiIp9UbYf7UCN1Njt\/hQfuQUd7QxsmS0ru3Z1aWriohe\/fvK3pOZGpafm8K92D7iHLsXP19sVRYMZH79NRQ3wW8W1laXuuEiyU15RAX9mbvhlsngLavjwR59jwffUzCZ2boVQIDAQAB",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": false,
            "run_at": "document_idle",
            "matches": [
                "https:\/\/*.inthelocus.com\/*"
            ]
        }
    ],
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "desktopCapture",
        "https:\/\/*.inthelocus.com\/*"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}