Netboard.me
Create engaging educational pages.
Cos'è Netboard.me?
Netboard.me è un'estensione di Chrome sviluppata da https://netboard.me, e la sua funzione principale è "Create engaging educational pages.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Netboard.me
Scarica i file di estensione Netboard.me in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | agaangogflhdhaokhehojdenjiepbaap |
URL Ufficiale | https://chromewebstore.google.com/detail/netboardme/agaangogflhdhaokhehojdenjiepbaap |
Descrizione | Create engaging educational pages. |
Dimensione del File | 24.83 KB |
Conteggio Installazioni | 456 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2023-08-05 |
Data di Pubblicazione | 2017-06-19 |
Valutazione | 3.67/5 Totale 3 Valutazioni |
Sviluppatore | https://netboard.me |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://netboard.me |
URL della Pagina della Politica sulla Privacy | https://netboard.me/static/tos/tos.html |
Lingue Supportate | 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" } } |