PronoteMask

Retire automatiquement vos informations personnelles sur votre espace Pronote.

PronoteMaskคืออะไร?

PronoteMask เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Michel Baie และคุณลักษณะหลักของมันคือ "Retire automatiquement vos informations personnelles sur votre espace Pronote."

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

screenshot
screenshot

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

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

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

                        Nécessite un compte index-education.net

Ne montrez plus vos données personnelles !                    

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

ชื่อ PronoteMask PronoteMask
ID piiihofopiamlaoeagfmoaejilfcffhj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pronotemask/piiihofopiamlaoeagfmoaejilfcffhj
คำอธิบาย Retire automatiquement vos informations personnelles sur votre espace Pronote.
ขนาดไฟล์ 17.11 KB
จำนวนการติดตั้ง 40
เวอร์ชันปัจจุบัน 2.0
อัปเดตครั้งล่าสุด 2021-07-04
วันที่เผยแพร่ 2020-09-28
คะแนน 4.50/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Michel Baie
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://github.com/MichelBaie/PronoteMask/issues
ภาษาที่รองรับ fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PronoteMask",
    "version": "2.0",
    "description": "Retire automatiquement vos informations personnelles sur votre espace Pronote.",
    "icons": {
        "128": "img\/logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/pronote\/eleve*"
            ],
            "js": [
                "mask.js"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*\/pronote\/eleve*"
    ],
    "manifest_version": 3
}