Smart Education
The Plug-in for screen sharing and file sharing of smart live teaching & learning service.
Smart Education क्या है?
Smart Education forrestlin888 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The Plug-in for screen sharing and file sharing of smart live teaching & learning service."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Smart Education एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } |