Pronote ++
Affiche tes notes et ton évolution trimestrielle.
Pronote ++ là gì?
Pronote ++ là một tiện ích mở rộng Chrome được phát triển bởi Gatien, và tính năng chính của nó là "Affiche tes notes et ton évolution trimestrielle.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Pronote ++
Tải xuống các tệp mở rộng Pronote ++ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Pronote ++ |
ID | plkafnalbppdppjehbebdocafmodbbdk |
URL Chính Thức | https://chromewebstore.google.com/detail/pronote-++/plkafnalbppdppjehbebdocafmodbbdk |
Mô tả | Affiche tes notes et ton évolution trimestrielle. |
Kích Thước Tệp | 96.02 KB |
Số Lần Cài Đặt | 87 |
Phiên Bản Hiện Tại | 0.1.4 |
Cập Nhật Lần Cuối | 2023-08-16 |
Ngày Phát Hành | 2022-12-04 |
Nhà Phát Triển | Gatien |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://gatienfrenchdev.github.io/site-pronote-pp/ |
URL Trang Trợ Giúp | https://github.com/GatienFrenchDev/pronote-pp |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |