Abacus Learnining Lab Screen Sharing
This extension allows you to share your screen on Abacus Learning Lab website.
Τι είναι το Abacus Learnining Lab Screen Sharing;
Το Abacus Learnining Lab Screen Sharing είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.abacusmathslearning.com, και η κύρια λειτουργία του είναι "This extension allows you to share your screen on Abacus Learning Lab website.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Abacus Learnining Lab Screen Sharing
Λήψη αρχείων επέκτασης Abacus Learnining Lab Screen Sharing σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This screen share extension is used only for the video class link in Abacus Learning Lab. To share your screen in the video link, you will need to install this extension to your Chrome browser.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Abacus Learnining Lab Screen Sharing |
ID | gphoobijaphjgacbpndbennmoglkfobm |
Επίσημο URL | https://chromewebstore.google.com/detail/abacus-learnining-lab-scr/gphoobijaphjgacbpndbennmoglkfobm |
Περιγραφή | This extension allows you to share your screen on Abacus Learning Lab website. |
Μέγεθος Αρχείου | 19.86 KB |
Αριθμός Εγκαταστάσεων | 53 |
Τρέχουσα Έκδοση | 1.4 |
Τελευταία Ενημέρωση | 2015-08-28 |
Ημερομηνία Δημοσίευσης | 2015-08-28 |
Προγραμματιστής | https://www.abacusmathslearning.com |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Abacus Learnining Lab Screen Sharing", "author": "Abacus Learning Lab", "version": "1.4", "manifest_version": 2, "minimum_chrome_version": "34", "description": "This extension allows you to share your screen on Abacus Learning Lab website.", "homepage_url": "http:\/\/www.abacusmathslearning.com", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "matches": [ "*:\/\/*.abacusmathslearning.com\/*", "*:\/\/*.abacuslearninglab.com\/*", "https:\/\/*.abacusmathslearning.s3.amazonaws.com\/*" ] } ], "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "logo128.png" ] } |