PowerSchool Transcript Signer
This extension inserts signature information in PowerSchool transcripts before printing.
PowerSchool Transcript Signer क्या है?
PowerSchool Transcript Signer Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension inserts signature information in PowerSchool transcripts before printing."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में PowerSchool Transcript Signer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 } |