Blackboard Learn Exam Printing
This extension prints exams attempts from Blackboard Learn (developed by Imtiaz Ahmad)
Blackboard Learn Exam Printing là gì?
Blackboard Learn Exam Printing là một tiện ích mở rộng Chrome được phát triển bởi Imtiaz, và tính năng chính của nó là "This extension prints exams attempts from Blackboard Learn (developed by Imtiaz Ahmad)".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Blackboard Learn Exam Printing
Tải xuống các tệp mở rộng Blackboard Learn Exam Printing dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Blackboard Learn Exam Printing |
ID | aelhoojncpjocgdcgjfhfgmdklbidflh |
URL Chính Thức | https://chromewebstore.google.com/detail/blackboard-learn-exam-pri/aelhoojncpjocgdcgjfhfgmdklbidflh |
Mô tả | This extension prints exams attempts from Blackboard Learn (developed by Imtiaz Ahmad) |
Kích Thước Tệp | 16.66 KB |
Số Lần Cài Đặt | 1,272 |
Phiên Bản Hiện Tại | 1.80 |
Cập Nhật Lần Cuối | 2015-12-15 |
Ngày Phát Hành | 2015-12-14 |
Đánh Giá | 5.00/5 Tổng số 12 Đánh Giá |
Nhà Phát Triển | Imtiaz |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } |