PowerSchool Transcript Signer
This extension inserts signature information in PowerSchool transcripts before printing.
Apa itu PowerSchool Transcript Signer?
PowerSchool Transcript Signer adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "This extension inserts signature information in PowerSchool transcripts before printing.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi PowerSchool Transcript Signer
Unduh file ekstensi PowerSchool Transcript Signer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | PowerSchool Transcript Signer |
ID | hlnghpdnlfkimaaiannoepalbkklomid |
URL Resmi | https://chromewebstore.google.com/detail/powerschool-transcript-si/hlnghpdnlfkimaaiannoepalbkklomid |
Deskripsi | This extension inserts signature information in PowerSchool transcripts before printing. |
Ukuran File | 164 KB |
Jumlah Instalasi | 21 |
Versi Saat Ini | 0.2 |
Terakhir Diperbarui | 2016-05-18 |
Tanggal Publikasi | 2016-05-17 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Unknown |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } |