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.」です。
拡張機能のスクリーンショット
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 |
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 } |