Perculus 3 Screensharing Extension
This extension allows users to share their screens on Perculus 3 platform.
Τι είναι το Perculus 3 Screensharing Extension;
Το Perculus 3 Screensharing Extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Advancity, και η κύρια λειτουργία του είναι "This extension allows users to share their screens on Perculus 3 platform.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Perculus 3 Screensharing Extension
Λήψη αρχείων επέκτασης Perculus 3 Screensharing Extension σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Sakarya Üniversitesi için tanımlama yapıldı. Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| 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"
}
} | |