Crowdcast Screensharing
This Chrome extension is developed for https://www.crowdcast.io/. It doesn't do anything except capture content of your screen.
Τι είναι το Crowdcast Screensharing;
Το Crowdcast Screensharing είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.crowdcast.io, και η κύρια λειτουργία του είναι "This Chrome extension is developed for https://www.crowdcast.io/. It doesn't do anything except capture content of your screen.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Crowdcast Screensharing
Λήψη αρχείων επέκτασης Crowdcast Screensharing σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This extension is used by Crowdcast https://www.crowdcast.io/ to capture the content of your screen when using the "Screensharing" feature of a Crowdcast event!
Βασικές Πληροφορίες Επέκτασης
Όνομα | Crowdcast Screensharing |
ID | kgmadhplahebfoiijgloflhakfjlkbpb |
Επίσημο URL | https://chromewebstore.google.com/detail/crowdcast-screensharing/kgmadhplahebfoiijgloflhakfjlkbpb |
Περιγραφή | This Chrome extension is developed for https://www.crowdcast.io/. It doesn't do anything except capture content of your screen. |
Μέγεθος Αρχείου | 16.53 KB |
Αριθμός Εγκαταστάσεων | 3,046 |
Τρέχουσα Έκδοση | 2.1.0 |
Τελευταία Ενημέρωση | 2018-05-02 |
Ημερομηνία Δημοσίευσης | 2018-05-02 |
Αξιολόγηση | 5.00/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | https://www.crowdcast.io |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Crowdcast Screensharing", "author": "Crowdcast, Inc.", "version": "2.1.0", "manifest_version": 2, "minimum_chrome_version": "34", "description": "This Chrome extension is developed for https:\/\/www.crowdcast.io\/. It doesn't do anything except capture content of your screen.", "homepage_url": "http:\/\/www.crowdcast.io\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "externally_connectable": { "matches": [ "https:\/\/*.crowdcast.io\/*" ] }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |