PowerSchool Transcript Signer

This extension inserts signature information in PowerSchool transcripts before printing.

什麼是PowerSchool Transcript Signer?

PowerSchool Transcript Signer是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“This extension inserts signature information in PowerSchool transcripts before printing.”。

擴展截圖

screenshot
screenshot

下載PowerSchool Transcript Signer擴展crx文件

下載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 PowerSchool Transcript Signer
ID hlnghpdnlfkimaaiannoepalbkklomid
官方網址 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
}