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."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PowerSchool Transcript Signer

ดาวน์โหลดไฟล์ส่วนขยาย 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
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
}