Blackboard Learn Exam Printing
This extension prints exams attempts from Blackboard Learn (developed by Imtiaz Ahmad)
Cos'è Blackboard Learn Exam Printing?
Blackboard Learn Exam Printing è un'estensione di Chrome sviluppata da Imtiaz, e la sua funzione principale è "This extension prints exams attempts from Blackboard Learn (developed by Imtiaz Ahmad)".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Blackboard Learn Exam Printing
Scarica i file di estensione Blackboard Learn Exam Printing in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Blackboard Learn Exam Printing |
ID | aelhoojncpjocgdcgjfhfgmdklbidflh |
URL Ufficiale | https://chromewebstore.google.com/detail/blackboard-learn-exam-pri/aelhoojncpjocgdcgjfhfgmdklbidflh |
Descrizione | This extension prints exams attempts from Blackboard Learn (developed by Imtiaz Ahmad) |
Dimensione del File | 16.66 KB |
Conteggio Installazioni | 1,272 |
Versione Corrente | 1.80 |
Ultimo Aggiornamento | 2015-12-15 |
Data di Pubblicazione | 2015-12-14 |
Valutazione | 5.00/5 Totale 12 Valutazioni |
Sviluppatore | Imtiaz |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |