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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allows users to share their screens on Perculus 3 platform."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Perculus 3 Screensharing Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Sakarya Üniversitesi için tanımlama yapıldı.
एक्सटेंशन की मूल जानकारी
नाम | Perculus 3 Screensharing Extension |
ID | hlkgeeoonjpbagonlokmppbmndadkidb |
आधिकारिक URL | 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" } } |