myedtechbuddy

Self-paced Edtech PD

What is myedtechbuddy?

myedtechbuddy is a Chrome extension developed by trainingwithdw, and its main feature is "Self-paced Edtech PD".

Extension Screenshots

screenshot
screenshot
screenshot

Download myedtechbuddy Extension CRX File

Download myedtechbuddy 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

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

Extension Basic Information

Name myedtechbuddy myedtechbuddy
ID fpckncdpimcjcgpmcbcknoncchaemelk
Official URL https://chrome.google.com/webstore/detail/myedtechbuddy/fpckncdpimcjcgpmcbcknoncchaemelk
Description Self-paced Edtech PD
File Size 39.55 KB
Installation Count 174
Current Version 0.1
Last Updated 2021-06-26
Publish Date 2021-06-26
Rating 5.00/5 Total 1 Ratings
Developer trainingwithdw
Email [email protected]
Payment Type free
Privacy Policy Page URL https://docs.google.com/document/d/1B14VLaAA_NfCD7WOxXq7vfQFeSnpIGnC3lLMCaMrBeA/edit?usp=sharing
Supported Languages 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"
        }
    }
}