PowerSchool Transcript Signer
This extension inserts signature information in PowerSchool transcripts before printing.
Co to jest PowerSchool Transcript Signer?
PowerSchool Transcript Signer to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „This extension inserts signature information in PowerSchool transcripts before printing.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia PowerSchool Transcript Signer
Pobierz pliki rozszerzeń PowerSchool Transcript Signer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | hlnghpdnlfkimaaiannoepalbkklomid |
| Oficjalny URL | https://chromewebstore.google.com/detail/powerschool-transcript-si/hlnghpdnlfkimaaiannoepalbkklomid |
| Opis | This extension inserts signature information in PowerSchool transcripts before printing. |
| Rozmiar pliku | 164 KB |
| Liczba instalacji | 21 |
| Aktualna Wersja | 0.2 |
| Ostatnia Aktualizacja | 2016-05-18 |
| Data Publikacji | 2016-05-17 |
| Ocena | 5.00/5 Łącznie 1 Oceny |
| Deweloper | Unknown |
| Typ Płatności | free |
| Obsługiwane Języki | 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
} | |