The Conference system Screen Sharing
Add Screen Sharing to the conference system.
Τι είναι το The Conference system Screen Sharing;
Το The Conference system Screen Sharing είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον bellface.inc.develop, και η κύρια λειτουργία του είναι "Add Screen Sharing to the conference system.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης The Conference system Screen Sharing
Λήψη αρχείων επέκτασης The Conference system Screen Sharing σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Screen Sharing Extension for Chrome.
Βασικές Πληροφορίες Επέκτασης
Όνομα | The Conference system Screen Sharing |
ID | dafmbamledgmihaihnlpegddgjhaadcl |
Επίσημο URL | https://chromewebstore.google.com/detail/the-conference-system-scr/dafmbamledgmihaihnlpegddgjhaadcl |
Περιγραφή | Add Screen Sharing to the conference system. |
Μέγεθος Αρχείου | 50.44 KB |
Αριθμός Εγκαταστάσεων | 10,734 |
Τρέχουσα Έκδοση | 0.96 |
Τελευταία Ενημέρωση | 2022-12-08 |
Ημερομηνία Δημοσίευσης | 2020-06-11 |
Προγραμματιστής | bellface.inc.develop |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "author": "BellFace Inc.", "version": "0.96", "manifest_version": 3, "default_locale": "en", "minimum_chrome_version": "88", "description": "__MSG_extDescription__", "homepage_url": "https:\/\/user.bell-face.com\/", "background": { "service_worker": "background-script.js" }, "externally_connectable": { "matches": [ "https:\/\/*.bell-face.example.com\/*", "https:\/\/*.bell-face.local\/*", "https:\/\/*.bell-face.co\/*", "https:\/\/*.bell-face.fyi\/*", "https:\/\/*.bell-face.fm\/*", "https:\/\/*.bell-face.com\/*" ] }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ { "resources": [ "icon.png" ], "matches": [ "https:\/\/*.bell-face.example.com\/*", "https:\/\/*.bell-face.local\/*", "https:\/\/*.bell-face.co\/*", "https:\/\/*.bell-face.fyi\/*", "https:\/\/*.bell-face.fm\/*", "https:\/\/*.bell-face.com\/*" ] } ] } |