Blackboard Learn Exam Printing

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

Hvad er Blackboard Learn Exam Printing?

Blackboard Learn Exam Printing er en Chrome-udvidelse udviklet af Imtiaz, og dens hovedfunktion er "This extension prints exams attempts from Blackboard Learn (developed by Imtiaz Ahmad)".

Udvidelsesskærmbilleder

screenshot

Download Blackboard Learn Exam Printing-udvidelses-CRX-fil

Download Blackboard Learn Exam Printing-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Blackboard Learn Exam Printing Blackboard Learn Exam Printing
ID aelhoojncpjocgdcgjfhfgmdklbidflh
Officiel URL https://chromewebstore.google.com/detail/blackboard-learn-exam-pri/aelhoojncpjocgdcgjfhfgmdklbidflh
Beskrivelse This extension prints exams attempts from Blackboard Learn (developed by Imtiaz Ahmad)
Filstørrelse 16.66 KB
Antal Installationer 1,272
Nuværende Version 1.80
Senest Opdateret 2015-12-15
Udgivelsesdato 2015-12-14
Bedømmelse 5.00/5 Samlet 12 Bedømmelser
Udvikler Imtiaz
Betalingsmetode free
Understøttede Sprog 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
}