Pronote ++
Affiche tes notes et ton évolution trimestrielle.
Pronote ++คืออะไร?
Pronote ++ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Gatien และคุณลักษณะหลักของมันคือ "Affiche tes notes et ton évolution trimestrielle."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pronote ++
ดาวน์โหลดไฟล์ส่วนขยาย Pronote ++ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Une simple extension qui vous permet de suivre l'évolution de vos notes affichées sur Pronote depuis des graphiques. Nécessite l'accès à un compte Pronote.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Pronote ++ |
ID | plkafnalbppdppjehbebdocafmodbbdk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/pronote-++/plkafnalbppdppjehbebdocafmodbbdk |
คำอธิบาย | Affiche tes notes et ton évolution trimestrielle. |
ขนาดไฟล์ | 96.02 KB |
จำนวนการติดตั้ง | 87 |
เวอร์ชันปัจจุบัน | 0.1.4 |
อัปเดตครั้งล่าสุด | 2023-08-16 |
วันที่เผยแพร่ | 2022-12-04 |
ผู้พัฒนา | Gatien |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://gatienfrenchdev.github.io/site-pronote-pp/ |
URL หน้าช่วยเหลือ | https://github.com/GatienFrenchDev/pronote-pp |
ภาษาที่รองรับ | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Pronote ++", "description": "Affiche tes notes et ton \u00e9volution trimestrielle.", "version": "0.1.4", "icons": { "16": "img\/icon.png", "48": "img\/icon.png", "128": "img\/icon.png" }, "content_scripts": [ { "js": [ "content_scripts\/app.js" ], "matches": [ "https:\/\/*.index-education.net\/pronote\/*" ] } ], "background": { "service_worker": "background\/background.js" } } |