PowerSchool Transcript Signer
This extension inserts signature information in PowerSchool transcripts before printing.
ما هو PowerSchool Transcript Signer؟
PowerSchool Transcript Signer هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "This extension inserts signature information in PowerSchool transcripts before printing.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة PowerSchool Transcript Signer
قم بتنزيل ملفات الامتداد PowerSchool Transcript Signer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 } |