Pronto Screen Sharing
Use this Pronto extension to share your screen in the Pronto Communications web client found at https://trypronto.com.
Τι είναι το Pronto Screen Sharing;
Το Pronto Screen Sharing είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Pronto, και η κύρια λειτουργία του είναι "Use this Pronto extension to share your screen in the Pronto Communications web client found at https://trypronto.com.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Pronto Screen Sharing
Λήψη αρχείων επέκτασης Pronto Screen Sharing σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This extension will allow users to share their screen in Pronto during live streaming. A user may choose to broadcast either live video or share their screen. This extension specifically handles the functionality behind prompting a user for which screen they'd like to share.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Pronto Screen Sharing |
ID | ngjdmmdgiehhjidefanipbeoeobdjkkj |
Επίσημο URL | https://chromewebstore.google.com/detail/pronto-screen-sharing/ngjdmmdgiehhjidefanipbeoeobdjkkj |
Περιγραφή | Use this Pronto extension to share your screen in the Pronto Communications web client found at https://trypronto.com. |
Μέγεθος Αρχείου | 19.73 KB |
Αριθμός Εγκαταστάσεων | 111 |
Τρέχουσα Έκδοση | 2.2 |
Τελευταία Ενημέρωση | 2018-09-13 |
Ημερομηνία Δημοσίευσης | 2018-09-13 |
Προγραμματιστής | Pronto |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://trypronto.com |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.trypronto.com/privacy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pronto Screen Sharing", "author": "Hit Labs, Inc.", "version": "2.2", "manifest_version": 2, "minimum_chrome_version": "34", "description": "Use this Pronto extension to share your screen in the Pronto Communications web client found at https:\/\/trypronto.com.", "homepage_url": "https:\/\/trypronto.com\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "externally_connectable": { "matches": [ "https:\/\/*.trypronto.com\/*" ] }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |