Perculus 3 Screensharing Extension

This extension allows users to share their screens on Perculus 3 platform.

Perculus 3 Screensharing Extension là gì?

Perculus 3 Screensharing Extension là một tiện ích mở rộng Chrome được phát triển bởi Advancity, và tính năng chính của nó là "This extension allows users to share their screens on Perculus 3 platform.".

Ả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 Perculus 3 Screensharing Extension

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

                        Sakarya Üniversitesi için tanımlama yapıldı.                    

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

Tên Perculus 3 Screensharing Extension Perculus 3 Screensharing Extension
ID hlkgeeoonjpbagonlokmppbmndadkidb
URL Chính Thức https://chromewebstore.google.com/detail/perculus-3-screensharing/hlkgeeoonjpbagonlokmppbmndadkidb
Mô tả This extension allows users to share their screens on Perculus 3 platform.
Kích Thước Tệp 15.05 KB
Số Lần Cài Đặt 4,197
Phiên Bản Hiện Tại 1.0.0.6
Cập Nhật Lần Cuối 2019-10-22
Ngày Phát Hành 2019-10-22
Đánh Giá 3.22/5 Tổng số 18 Đánh Giá
Nhà Phát Triển Advancity
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en,tr
manifest.json
{
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "version": "1.0.0.6",
    "default_locale": "tr",
    "name": "__MSG_extName__",
    "short_name": "__MSG_extShortName__",
    "description": "__MSG_extDescription__",
    "permissions": [
        "desktopCapture"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": true,
        "scripts": [
            "script.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/*.perculus.com\/*",
            "*:\/\/app.perculus.com\/*",
            "*:\/\/app-v3.perculus.com\/*",
            "*:\/\/test-app-v3.perculus.com\/*",
            "*:\/\/perculus-v3.almscloud.com\/*",
            "*:\/\/test-perculus-v3.almscloud.com\/*",
            "*:\/\/eders.dpu.edu.tr\/*",
            "*:\/\/sanalsinif.ebyu.edu.tr\/*",
            "*:\/\/*.sakarya.edu.tr\/*"
        ]
    },
    "icons": {
        "128": "perculus_icon_128.png",
        "16": "perculus_icon_16.png",
        "48": "perculus_icon_48.png"
    },
    "browser_action": {
        "default_icon": "perculus_icon_16.png"
    }
}