Blackboard Learn Exam Printing

This extension prints exams attempts from Blackboard Learn (developed by Imtiaz Ahmad)

Qu'est-ce que Blackboard Learn Exam Printing ?

Blackboard Learn Exam Printing est une extension Chrome développée par Imtiaz, et sa fonction principale est "This extension prints exams attempts from Blackboard Learn (developed by Imtiaz Ahmad)".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Blackboard Learn Exam Printing

Téléchargez les fichiers d'extension Blackboard Learn Exam Printing 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 Google Chrome extension will help the educators to take a print (or convert to PDF using "Save as PDF" option of Chrome) of student attempt. If you do not use this extension, you will get only one page as print as visible part of current tab.                    

Informations de Base sur l'Extension

Nom Blackboard Learn Exam Printing Blackboard Learn Exam Printing
ID aelhoojncpjocgdcgjfhfgmdklbidflh
URL Officiel https://chromewebstore.google.com/detail/blackboard-learn-exam-pri/aelhoojncpjocgdcgjfhfgmdklbidflh
Description This extension prints exams attempts from Blackboard Learn (developed by Imtiaz Ahmad)
Taille du Fichier 16.66 KB
Nombre d'Installations 1,272
Version Actuelle 1.80
Dernière Mise à Jour 2015-12-15
Date de Publication 2015-12-14
Évaluation 5.00/5 Total 12 Évaluations
Développeur Imtiaz
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Blackboard Learn Exam Printing",
    "description": "This extension prints exams attempts from Blackboard Learn (developed by Imtiaz Ahmad)",
    "version": "1.80",
    "short_name": "BBL Exam Print",
    "icons": {
        "16": "images\/icon48.png",
        "48": "images\/icon128.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon48.png",
            "38": "images\/icon128.png"
        },
        "default_title": "Click here to print BBLearn Exam"
    },
    "background": {
        "matches": [
            "https:\/\/mylearn.hct.ac.ae\/*"
        ],
        "scripts": [
            "scripts\/clickscript.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/webapps\/assessment\/do\/gradeTest?outcomeDefinitionId*"
            ],
            "js": [
                "scripts\/clickscript.js",
                "scripts\/bblprint.js"
            ],
            "run_at": "document_end"
        }
    ],
    "author": "Imtiaz Ahmad",
    "manifest_version": 2
}