Redback Screensharing
The Redback Screensharing extension allows you to share your screen when you're using the Redback app
Τι είναι το Redback Screensharing;
Το Redback Screensharing είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον vishnu.n, και η κύρια λειτουργία του είναι "The Redback Screensharing extension allows you to share your screen when you're using the Redback app".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Redback Screensharing
Λήψη αρχείων επέκτασης Redback Screensharing σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
The Redback Screensharing extension allows you to share your screen when you're in a meeting using the Redback web app. Offers the ability to share an entire screen or choose an application
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | igipgpajcndaenenjoiaohkhapianjmh |
Επίσημο URL | https://chrome.google.com/webstore/detail/redback-screensharing/igipgpajcndaenenjoiaohkhapianjmh |
Περιγραφή | The Redback Screensharing extension allows you to share your screen when you're using the Redback app |
Μέγεθος Αρχείου | 8.13 KB |
Αριθμός Εγκαταστάσεων | 113 |
Τρέχουσα Έκδοση | 3.7.2 |
Τελευταία Ενημέρωση | 2019-09-16 |
Ημερομηνία Δημοσίευσης | 2019-09-16 |
Αξιολόγηση | 4.50/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | vishnu.n |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Redback Screensharing", "author": "EnfinTechnologies", "version": "3.7.2", "manifest_version": 2, "minimum_chrome_version": "34", "description": "The Redback Screensharing extension allows you to share your screen when you're using the Redback app", "homepage_url": "https:\/\/redbackconferencing.com.au\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "run_at": "document_end", "matches": [ "http:\/\/localhost:4200\/*", "http:\/\/teleweb.rdbk.com.au\/web\/*", "https:\/\/teleweb.rdbk.com.au\/web\/*", "https:\/\/stagingteleweb.rdbk.com.au\/web\/*", "https:\/\/stagingwebconnect.rdbk.com.au\/web\/*", "https:\/\/webconnect.rdbk.com.au\/web\/*" ] } ], "icons": { "48": "icon.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |