Perculus 3 Screensharing Extension
This extension allows users to share their screens on Perculus 3 platform.
什麼是Perculus 3 Screensharing Extension?
Perculus 3 Screensharing Extension是由Advancity開發的Chrome擴展程式,該擴展的主要功能是“This extension allows users to share their screens on Perculus 3 platform.”。
擴展截圖
下載Perculus 3 Screensharing Extension擴展crx文件
下載Perculus 3 Screensharing Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Sakarya Üniversitesi için tanımlama yapıldı.
擴展基本資訊
名稱 | Perculus 3 Screensharing Extension |
ID | hlkgeeoonjpbagonlokmppbmndadkidb |
官方網址 | https://chromewebstore.google.com/detail/perculus-3-screensharing/hlkgeeoonjpbagonlokmppbmndadkidb |
簡介 | This extension allows users to share their screens on Perculus 3 platform. |
檔案大小 | 15.05 KB |
安裝次數 | 4,197 |
目前版本 | 1.0.0.6 |
更新時間 | 2019-10-22 |
上架時間 | 2019-10-22 |
評分 | 3.22/5 共 18 次評分 |
開發者 | Advancity |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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" } } |