Blackboard Learn Exam Printing
This extension prints exams attempts from Blackboard Learn (developed by Imtiaz Ahmad)
Co to jest Blackboard Learn Exam Printing?
Blackboard Learn Exam Printing to rozszerzenie Chrome opracowane przez Imtiaz, a jego główną funkcją jest „This extension prints exams attempts from Blackboard Learn (developed by Imtiaz Ahmad)”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Blackboard Learn Exam Printing
Pobierz pliki rozszerzeń Blackboard Learn Exam Printing w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Blackboard Learn Exam Printing |
ID | aelhoojncpjocgdcgjfhfgmdklbidflh |
Oficjalny URL | https://chromewebstore.google.com/detail/blackboard-learn-exam-pri/aelhoojncpjocgdcgjfhfgmdklbidflh |
Opis | This extension prints exams attempts from Blackboard Learn (developed by Imtiaz Ahmad) |
Rozmiar pliku | 16.66 KB |
Liczba instalacji | 1,272 |
Aktualna Wersja | 1.80 |
Ostatnia Aktualizacja | 2015-12-15 |
Data Publikacji | 2015-12-14 |
Ocena | 5.00/5 Łącznie 12 Oceny |
Deweloper | Imtiaz |
Typ Płatności | free |
Obsługiwane Języki | 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 } |