Smart Education
The Plug-in for screen sharing and file sharing of smart live teaching & learning service.
Τι είναι το Smart Education ;
Το Smart Education είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον forrestlin888, και η κύρια λειτουργία του είναι "The Plug-in for screen sharing and file sharing of smart live teaching & learning service.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Smart Education
Λήψη αρχείων επέκτασης Smart Education σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
The Plug-in for screen sharing and file sharing of smart live teaching & learning service.
Βασικές Πληροφορίες Επέκτασης
Όνομα | ![]() |
ID | lialoimhfnkjogigfnkkpijdhecjhfpm |
Επίσημο URL | https://chrome.google.com/webstore/detail/smart-education/lialoimhfnkjogigfnkkpijdhecjhfpm |
Περιγραφή | The Plug-in for screen sharing and file sharing of smart live teaching & learning service. |
Μέγεθος Αρχείου | 103 KB |
Αριθμός Εγκαταστάσεων | 69 |
Τρέχουσα Έκδοση | 0.0.6 |
Τελευταία Ενημέρωση | 2019-08-16 |
Ημερομηνία Δημοσίευσης | 2019-08-12 |
Προγραμματιστής | forrestlin888 |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en,zh-CN |
manifest.json | |
{ "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/*\/*" ] } ], "description": "The Plug-in for screen sharing and file sharing of smart live teaching & learning service.", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "manifest_version": 2, "minimum_chrome_version": "34", "name": "Smart Education ", "permissions": [ "desktopCapture", "contextMenus", "bookmarks", "tabs", "notifications", "webRequest", "webRequestBlocking", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "short_name": "Smart Live Teaching & Learning Service", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.6", "default_locale": "zh_CN" } |