PowerSchool Transcript Signer
This extension inserts signature information in PowerSchool transcripts before printing.
PowerSchool Transcript Signer là gì?
PowerSchool Transcript Signer là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "This extension inserts signature information in PowerSchool transcripts before printing.".
Ả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 PowerSchool Transcript Signer
Tải xuống các tệp mở rộng PowerSchool Transcript Signer 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 extension is designed for Nova Scotia PowerSchool admin users. It is a quick way to insert signature information on the Nova Scotia High School Transcripts before printing. You can set your preferences to include a signature image, customize the title field and insert the current date in various formats. [2016-05-17] - Fixed the extension to work with In Progress Transcript as well
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | PowerSchool Transcript Signer |
ID | hlnghpdnlfkimaaiannoepalbkklomid |
URL Chính Thức | https://chromewebstore.google.com/detail/powerschool-transcript-si/hlnghpdnlfkimaaiannoepalbkklomid |
Mô tả | This extension inserts signature information in PowerSchool transcripts before printing. |
Kích Thước Tệp | 164 KB |
Số Lần Cài Đặt | 21 |
Phiên Bản Hiện Tại | 0.2 |
Cập Nhật Lần Cuối | 2016-05-18 |
Ngày Phát Hành | 2016-05-17 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Unknown |
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": "PowerSchool Transcript Signer", "version": "0.2", "description": "This extension inserts signature information in PowerSchool transcripts before printing.", "icons": { "16": "images\/signing-contract_16.png", "48": "images\/signing-contract_48.png", "128": "images\/signing-contract_128.png" }, "options_page": "options.html", "permissions": [ "activeTab", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Sign the transcripts" }, "manifest_version": 2 } |