Edoctrina Locker

This extension will lock students from opening new tabs or browser windows when taking an eDoctrina online assessment.

Qu'est-ce que Edoctrina Locker ?

Edoctrina Locker est une extension Chrome développée par Frontline Education, et sa fonction principale est "This extension will lock students from opening new tabs or browser windows when taking an eDoctrina online assessment. ".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Edoctrina Locker

Téléchargez les fichiers d'extension Edoctrina Locker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        This extension will lock students from opening new tabs or browser windows when taking an eDoctrina online assessment.                    

Informations de Base sur l'Extension

Nom Edoctrina Locker Edoctrina Locker
ID ocfjeedcmbmhmdjklagbmoidbnpojedj
URL Officiel https://chrome.google.com/webstore/detail/edoctrina-locker/ocfjeedcmbmhmdjklagbmoidbnpojedj
Description This extension will lock students from opening new tabs or browser windows when taking an eDoctrina online assessment.
Taille du Fichier 15.91 KB
Nombre d'Installations 74,191
Version Actuelle 0.0.5
Dernière Mise à Jour 2019-01-03
Date de Publication 2019-01-03
Évaluation 2.60/5 Total 5 Évaluations
Développeur Frontline Education
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Edoctrina Locker",
    "version": "0.0.5",
    "permissions": [
        "contextMenus",
        "tabs",
        "activeTab",
        "notifications"
    ],
    "icons": {
        "16": "icon\/icon-16.png",
        "48": "icon\/icon-48.png",
        "128": "icon\/icon-128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icon\/icon-19.png",
            "38": "icon\/icon-38.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.edoctrina.org\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}