SMU eLearn Extension
SMU eLearn Extension for Customization
What is SMU eLearn Extension?
SMU eLearn Extension is a Chrome extension developed by SMU eLearn, and its main feature is "SMU eLearn Extension for Customization".
Extension Screenshots
Download SMU eLearn Extension Extension CRX File
Download SMU eLearn Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extend features inside the eLearn learning management system.
Extension Basic Information
Name | |
ID | hadbofldbnnoahanjmlmaaphehhpmcbp |
Official URL | https://chromewebstore.google.com/detail/smu-elearn-extension/hadbofldbnnoahanjmlmaaphehhpmcbp |
Description | SMU eLearn Extension for Customization |
File Size | 955 KB |
Installation Count | 134 |
Current Version | 1.0.8 |
Last Updated | 2023-10-10 |
Publish Date | 2022-02-04 |
Developer | SMU eLearn |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SMU eLearn Extension", "description": "SMU eLearn Extension for Customization", "version": "1.0.8", "manifest_version": 3, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "action": { "default_popup": "popup.html", "default_title": "eLearn Extension", "default_icon": "icon.png" }, "permissions": [ "tabs", "alarms", "contextMenus", "storage" ], "options_page": "options.html", "background": { "service_worker": "background.js" }, "web_accessible_resources": [ { "resources": [ " |