Edpuzzle Express

Providing the right resources for academic success.

Wat is Edpuzzle Express?

Edpuzzle Express is een Chrome-extensie ontwikkeld door oneway9873456, en de belangrijkste functie is "Providing the right resources for academic success.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Edpuzzle Express

Download Edpuzzle Express-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

                        This chrome extension allows you to get your Edpuzzle token from the website for www.studyhallhelp.net                    

Basisinformatie over de Extensie

Naam Edpuzzle Express Edpuzzle Express
ID fcclcbfkilfmhcgkmgfdijheoaejjgim
Officiële URL https://chromewebstore.google.com/detail/edpuzzle-express/fcclcbfkilfmhcgkmgfdijheoaejjgim
Beschrijving Providing the right resources for academic success.
Bestandsgrootte 167 KB
Aantal Installaties 1,000
Huidige Versie 0.21
Laatst Bijgewerkt 2022-11-10
Publicatiedatum 2022-01-20
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar oneway9873456
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://studyhallhelp.net/
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Edpuzzle Express",
    "description": "Providing the right resources for academic success.",
    "manifest_version": 3,
    "version": "0.21",
    "background": {
        "service_worker": "js\/background.js"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "action": {
        "default_popup": "main.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/edpuzzle.com\/*",
                "https:\/\/www.edpuzzle.com\/*"
            ],
            "all_frames": true,
            "js": [
                "js\/main.js"
            ]
        }
    ],
    "permissions": [
        "webRequest",
        "https:\/\/edpuzzle.com\/*",
        "https:\/\/www.edpuzzle.com\/*",
        "cookies"
    ],
    "host_permissions": [
        "https:\/\/edpuzzle.com\/*",
        "https:\/\/www.edpuzzle.com\/*"
    ]
}