Edpuzzle Express

Providing the right resources for academic success.

Vad är Edpuzzle Express?

Edpuzzle Express är en Chrome-tillägg utvecklad av oneway9873456, och dess huvudfunktion är "Providing the right resources for academic success.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Edpuzzle Express-förlängningens CRX-fil

Ladda ner Edpuzzle Express-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

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

Grundläggande Information om Tillägg

Namn Edpuzzle Express Edpuzzle Express
ID fcclcbfkilfmhcgkmgfdijheoaejjgim
Officiell webbadress https://chromewebstore.google.com/detail/edpuzzle-express/fcclcbfkilfmhcgkmgfdijheoaejjgim
Beskrivning Providing the right resources for academic success.
Filstorlek 167 KB
Antal Installationer 1,000
Aktuell Version 0.21
Senast Uppdaterad 2022-11-10
Publiceringsdatum 2022-01-20
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare oneway9873456
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://studyhallhelp.net/
Stödda Språk 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\/*"
    ]
}