myedtechbuddy

Self-paced Edtech PD

Vad är myedtechbuddy?

myedtechbuddy är en Chrome-tillägg utvecklad av trainingwithdw, och dess huvudfunktion är "Self-paced Edtech PD".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner myedtechbuddy-förlängningens CRX-fil

Ladda ner myedtechbuddy-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn myedtechbuddy myedtechbuddy
ID fpckncdpimcjcgpmcbcknoncchaemelk
Officiell webbadress https://chrome.google.com/webstore/detail/myedtechbuddy/fpckncdpimcjcgpmcbcknoncchaemelk
Beskrivning Self-paced Edtech PD
Filstorlek 39.55 KB
Antal Installationer 174
Aktuell Version 0.1
Senast Uppdaterad 2021-06-26
Publiceringsdatum 2021-06-26
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare trainingwithdw
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://docs.google.com/document/d/1B14VLaAA_NfCD7WOxXq7vfQFeSnpIGnC3lLMCaMrBeA/edit?usp=sharing
Stödda Språk 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"
        }
    }
}