PowerSchool Transcript Signer
This extension inserts signature information in PowerSchool transcripts before printing.
Τι είναι το PowerSchool Transcript Signer;
Το PowerSchool Transcript Signer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Unknown, και η κύρια λειτουργία του είναι "This extension inserts signature information in PowerSchool transcripts before printing.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης PowerSchool Transcript Signer
Λήψη αρχείων επέκτασης PowerSchool Transcript Signer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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
Βασικές Πληροφορίες Επέκτασης
Όνομα | PowerSchool Transcript Signer |
ID | hlnghpdnlfkimaaiannoepalbkklomid |
Επίσημο URL | https://chromewebstore.google.com/detail/powerschool-transcript-si/hlnghpdnlfkimaaiannoepalbkklomid |
Περιγραφή | This extension inserts signature information in PowerSchool transcripts before printing. |
Μέγεθος Αρχείου | 164 KB |
Αριθμός Εγκαταστάσεων | 21 |
Τρέχουσα Έκδοση | 0.2 |
Τελευταία Ενημέρωση | 2016-05-18 |
Ημερομηνία Δημοσίευσης | 2016-05-17 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | Unknown |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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 } |