Board

This extension allows you to make any website on the web as your writing board

Was ist Board?

Board ist eine Chrome-Erweiterung, die von Shaikh Saifuddin entwickelt wurde, und ihr Hauptmerkmal ist "This extension allows you to make any website on the web as your writing board".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Board-Erweiterungs-CRX-Datei herunterladen

Laden Sie Board-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        There’s a smart board for every classroom. Discover a high-quality interactive displays engineered for the simplicity teachers want.
Easy to install and support on every website you want to make as you board.

#Features
This extension allows you to make any website on the web as your
WhiteBoard
SmartBoard
writtingBoard
Very simple to use and extemly handy tool best for

School or College students
Online tution and school teacher
Person who need to present something on the web
Demonstrators

Happly learing !!!!!                    

Grundlegende Informationen zur Erweiterung

Name Board Board
ID eldlemfjelebndalbjpfbohgofaidhfl
Offizielle URL https://chromewebstore.google.com/detail/board/eldlemfjelebndalbjpfbohgofaidhfl
Beschreibung This extension allows you to make any website on the web as your writing board
Dateigröße 14.82 KB
Installationsanzahl 144
Aktuelle Version 0.12.21
Letztes Update 2021-12-24
Veröffentlichungsdatum 2021-12-24
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Shaikh Saifuddin
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://imsaif.web.app/
Hilfeseite URL https://imsaif.web.app/
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Board",
    "version": "0.12.21",
    "description": " This extension allows you to make any website on the web as your writing board",
    "action": {
        "default_icon": "assets\/images\/icon.png"
    },
    "icons": {
        "16": "assets\/images\/icon16.png",
        "48": "assets\/images\/icon128.png",
        "128": "assets\/images\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/style.css"
            ],
            "js": [
                "js\/contentScript.js"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "manifest_version": 3
}