MonBureauNumerique+

Affiche la moyenne sur monbureaunumerique.fr

MonBureauNumerique+คืออะไร?

MonBureauNumerique+ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Lucas Mathieu และคุณลักษณะหลักของมันคือ "Affiche la moyenne sur monbureaunumerique.fr"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MonBureauNumerique+

ดาวน์โหลดไฟล์ส่วนขยาย MonBureauNumerique+ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Permet d'afficher la moyenne générale sur monbureaunumerique.fr                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ MonBureauNumerique+ MonBureauNumerique+
ID jdbbdichpiahofodhbchdclkdgepjljo
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/monbureaunumerique+/jdbbdichpiahofodhbchdclkdgepjljo
คำอธิบาย Affiche la moyenne sur monbureaunumerique.fr
ขนาดไฟล์ 4.42 KB
จำนวนการติดตั้ง 536
เวอร์ชันปัจจุบัน 0.4
อัปเดตครั้งล่าสุด 2019-03-26
วันที่เผยแพร่ 2019-03-26
คะแนน 5.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Lucas Mathieu
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.monbureaunumerique.fr/
ภาษาที่รองรับ fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MonBureauNumerique+",
    "version": "0.4",
    "author": "Lucas Mathieu",
    "description": "Affiche la moyenne sur monbureaunumerique.fr",
    "permissions": [
        "storage",
        "declarativeContent"
    ],
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*.monbureaunumerique.fr\/sg.do?PROC=CONSULTER_RELEVE&ACTION=AFFICHER_RELEVE_NOTES_ELEVE*"
            ]
        }
    ],
    "manifest_version": 2
}