iSams Utilities (formerly iSams GradesPaster)
Paste grades into iSams Mark Books + Paste data into Bulk Update + Make links clickable in LS Reports and Student Notes
iSams Utilities (formerly iSams GradesPaster) là gì?
iSams Utilities (formerly iSams GradesPaster) là một tiện ích mở rộng Chrome được phát triển bởi https://appsscript.ninja, và tính năng chính của nó là "Paste grades into iSams Mark Books + Paste data into Bulk Update + Make links clickable in LS Reports and Student Notes".
Ả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 iSams Utilities (formerly iSams GradesPaster)
Tải xuống các tệp mở rộng iSams Utilities (formerly iSams GradesPaster) 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
iSams Utilities (formerly GradesPaster for iSams) adds useful and time-saving functionality on iSams website. I created iSams Utilities extension after I had to start using Mark Books in iSams and discovered there was no built-in copy-paste functionality. The idea of having to click thousands of times to enter all the grades for reports did not sit well with me, so I made this extension. No more endless clicking and selecting each grade individually! Simply copy a column of grades from your source (Google Sheets, Excel, or similar) and paste them all at once into a mark book. As I work with iSams more and more, I expect to be adding other features to iSams Utilities that improve user interface and functionality of iSams to make my life as a teacher and iSams admin easier. Hope it makes your life as a teacher a little easier, too! The extension loads automatically (can be turned off on the Options page - see below) on iSams Mark Book pages when in 'editing' mode. Currently it only lets you paste one column of grades at a time. On the very first paste, Google Chrome will prompt you to 'allow isams.cloud website to access your clipboard' - make sure to click "Allow", or you won't be able to paste any grades! iSams Utilities does not require any special permissions beyond knowing when you are on isams.cloud website. No personal user data is collected by this extension. Enjoy! **FEATURES** - NEW: Bulk Update pasting - you can now paste data from a spreadsheet into a column in Bulk Update window - NEW: Clickable links in Student Notes (Pupil Manager module) - converts URLs in Previous Pupil Notes descriptions into clickable links - On LS and G&T Report print preview pages, converts URLs in Notes field into clickable links - now LS admins can put a link to a shared Google Doc into student Notes, instead of having to upload a document, and re-upload every time it is updated! - Works in the new iSams user interface - On iSams Mark Book page with Mark Book is 'edit' mode, lets you copy/paste grades from external source (Google Sheet, MS Excel, or similar). Grades can be pasted into mark book one column at a time (for now) - Loads automatically (can be disabled in Options - see below) - Simple guided user interface - Basic data validation built-in: * Checks that number of rows of data being pasted matches the number of students in the mark book / bulk update window * Checks that grades values being pasted into mark book match acceptable grade values **OPTIONS** - Enable/disable automatic loading of iSams Utilities on supported pages in iSams To access iSams Utilities' Options, right-click on the extension's icon in the Chrome toolbar and select 'Options'. When automatic loading is disabled, you can still manually start iSams Utilities on supported iSams page by right-clicking on the page and selecting 'iSams Utilities' item. **HELP & SUPPORT** Please report any issues with iSams Utilities on the project's Issues page on GitHub: https://github.com/azadisaryev/iSamsUtilities/issues
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | iSams Utilities (formerly iSams GradesPaster) |
ID | pejofheppddmifhohdecbiocahfjhfjb |
URL Chính Thức | https://chromewebstore.google.com/detail/isams-utilities-formerly/pejofheppddmifhohdecbiocahfjhfjb |
Mô tả | Paste grades into iSams Mark Books + Paste data into Bulk Update + Make links clickable in LS Reports and Student Notes |
Kích Thước Tệp | 21.06 KB |
Số Lần Cài Đặt | 655 |
Phiên Bản Hiện Tại | 0.1.5.1 |
Cập Nhật Lần Cuối | 2020-02-09 |
Ngày Phát Hành | 2020-02-09 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://appsscript.ninja |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.appsscript.ninja/gradespaster-for-isams-markbook |
URL Trang Trợ Giúp | https://github.com/azadisaryev/iSamsMBP/issues |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "iSams Utilities (formerly iSams GradesPaster)", "short_name": "iSamsUtilities", "version": "0.1.5.1", "description": "Paste grades into iSams Mark Books + Paste data into Bulk Update + Make links clickable in LS Reports and Student Notes", "manifest_version": 2, "author": "Azadi Saryev", "minimum_chrome_version": "66", "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "activeTab", "declarativeContent", "contextMenus", "storage" ], "icons": { "16": "images\/isamsmbp-16.png", "32": "images\/isamsmbp-32.png", "48": "images\/isamsmbp-48.png", "64": "images\/isamsmbp-64.png", "128": "images\/isamsmbp-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.isams.cloud\/Main\/Framework*", "https:\/\/*.isams.cloud\/Framework*", "https:\/\/*.isams.cloud\/modules\/studentmanagement\/shared\/batcheditpreview.aspx*" ], "js": [ "contentscript.js" ] }, { "matches": [ "https:\/\/*.isams.cloud\/legacy\/modules\/markbooks\/markbooks\/main\/overview\/index.aspx*" ], "js": [ "isamsmbp-markbook.js" ], "all_frames": true }, { "matches": [ "https:\/\/*.isams.cloud\/modules\/senmanager\/register\/list.asp*", "https:\/\/*.isams.cloud\/modules\/studentmanagement\/record\/record.asp*" ], "js": [ "isamsmbp-links.js" ], "all_frames": true }, { "matches": [ "https:\/\/*.isams.cloud\/modules\/studentmanagement\/shared\/batchedit.asp*" ], "js": [ "isamsmbp-batchupdate.js" ], "all_frames": true } ], "page_action": { "default_name": "Start iSams Utilities", "default_icon": { "16": "images\/isamsmbp-16.png", "32": "images\/isamsmbp-32.png", "48": "images\/isamsmbp-48.png", "64": "images\/isamsmbp-64.png", "128": "images\/isamsmbp-128.png" } }, "options_ui": { "page": "options.html", "open_in_tab": false }, "web_accessible_resources": [] } |