PowerSchool Transcript Signer

This extension inserts signature information in PowerSchool transcripts before printing.

Qu'est-ce que PowerSchool Transcript Signer ?

PowerSchool Transcript Signer est une extension Chrome développée par Unknown, et sa fonction principale est "This extension inserts signature information in PowerSchool transcripts before printing.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension PowerSchool Transcript Signer

Téléchargez les fichiers d'extension PowerSchool Transcript Signer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom PowerSchool Transcript Signer PowerSchool Transcript Signer
ID hlnghpdnlfkimaaiannoepalbkklomid
URL Officiel https://chromewebstore.google.com/detail/powerschool-transcript-si/hlnghpdnlfkimaaiannoepalbkklomid
Description This extension inserts signature information in PowerSchool transcripts before printing.
Taille du Fichier 164 KB
Nombre d'Installations 21
Version Actuelle 0.2
Dernière Mise à Jour 2016-05-18
Date de Publication 2016-05-17
Évaluation 5.00/5 Total 1 Évaluations
Développeur Unknown
Type de Paiement free
Langues Prises en Charge 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
}