Netboard.me
Create engaging educational pages.
What is Netboard.me?
Netboard.me is a Chrome extension developed by https://netboard.me, and its main feature is "Create engaging educational pages.".
Extension Screenshots
Download Netboard.me Extension CRX File
Download Netboard.me 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
Enables teachers and students to collect, organize and share all kinds of content. Create pages with texts, links, documents, quizzes, videos, photos, presentations and other content.
Extension Basic Information
Name | |
ID | agaangogflhdhaokhehojdenjiepbaap |
Official URL | https://chromewebstore.google.com/detail/netboardme/agaangogflhdhaokhehojdenjiepbaap |
Description | Create engaging educational pages. |
File Size | 24.83 KB |
Installation Count | 456 |
Current Version | 1.2 |
Last Updated | 2023-08-05 |
Publish Date | 2017-06-19 |
Rating | 3.67/5 Total 3 Ratings |
Developer | https://netboard.me |
[email protected] | |
Payment Type | free |
Extension Website | https://netboard.me |
Privacy Policy Page URL | https://netboard.me/static/tos/tos.html |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Netboard.me", "description": "Create engaging educational pages.", "version": "1.2", "icons": { "16": "icon.png", "48": "icon48.png", "32": "icon32.png", "128": "icon128.png" }, "host_permissions": [ "https:\/\/netboard.me\/" ], "permissions": [ "contextMenus", "scripting", "activeTab" ], "background": { "service_worker": "background.js" } } |