Edpuzzle Express

Providing the right resources for academic success.

Τι είναι το Edpuzzle Express;

Το Edpuzzle Express είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον oneway9873456, και η κύρια λειτουργία του είναι "Providing the right resources for academic success.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Edpuzzle Express

Λήψη αρχείων επέκτασης Edpuzzle Express σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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

Βασικές Πληροφορίες Επέκτασης

Όνομα Edpuzzle Express Edpuzzle Express
ID fcclcbfkilfmhcgkmgfdijheoaejjgim
Επίσημο URL https://chromewebstore.google.com/detail/edpuzzle-express/fcclcbfkilfmhcgkmgfdijheoaejjgim
Περιγραφή Providing the right resources for academic success.
Μέγεθος Αρχείου 167 KB
Αριθμός Εγκαταστάσεων 1,000
Τρέχουσα Έκδοση 0.21
Τελευταία Ενημέρωση 2022-11-10
Ημερομηνία Δημοσίευσης 2022-01-20
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής oneway9873456
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://studyhallhelp.net/
Υποστηριζόμενες Γλώσσες 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\/*"
    ]
}