myedtechbuddy

Self-paced Edtech PD

Wat is myedtechbuddy?

myedtechbuddy is een Chrome-extensie ontwikkeld door trainingwithdw, en de belangrijkste functie is "Self-paced Edtech PD".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie myedtechbuddy

Download myedtechbuddy-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Interactive PD units to support teachers and schools staff in building confidence with Edtech                    

Basisinformatie over de Extensie

Naam myedtechbuddy myedtechbuddy
ID fpckncdpimcjcgpmcbcknoncchaemelk
Officiële URL https://chrome.google.com/webstore/detail/myedtechbuddy/fpckncdpimcjcgpmcbcknoncchaemelk
Beschrijving Self-paced Edtech PD
Bestandsgrootte 39.55 KB
Aantal Installaties 174
Huidige Versie 0.1
Laatst Bijgewerkt 2021-06-26
Publicatiedatum 2021-06-26
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar trainingwithdw
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://docs.google.com/document/d/1B14VLaAA_NfCD7WOxXq7vfQFeSnpIGnC3lLMCaMrBeA/edit?usp=sharing
Ondersteunde Talen en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "myedtechbuddy",
    "icons": {
        "128": "128 icon.png",
        "64": "64 icon.png",
        "32": "32 icon.png",
        "19": "19 icon.png",
        "16": "16 icon.png"
    },
    "version": "0.1",
    "description": "Self-paced Edtech PD",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "128 icon.png",
            "64": "64 icon.png",
            "32": "32 icon.png",
            "19": "19 icon.png",
            "16": "16 icon.png"
        }
    }
}