PronoteMask

Retire automatiquement vos informations personnelles sur votre espace Pronote.

Apa itu PronoteMask?

PronoteMask adalah ekstensi Chrome yang dikembangkan oleh Michel Baie, dan fitur utamanya adalah "Retire automatiquement vos informations personnelles sur votre espace Pronote.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi PronoteMask

Unduh file ekstensi PronoteMask dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Nécessite un compte index-education.net

Ne montrez plus vos données personnelles !                    

Informasi Dasar Ekstensi

Nama PronoteMask PronoteMask
ID piiihofopiamlaoeagfmoaejilfcffhj
URL Resmi https://chromewebstore.google.com/detail/pronotemask/piiihofopiamlaoeagfmoaejilfcffhj
Deskripsi Retire automatiquement vos informations personnelles sur votre espace Pronote.
Ukuran File 17.11 KB
Jumlah Instalasi 40
Versi Saat Ini 2.0
Terakhir Diperbarui 2021-07-04
Tanggal Publikasi 2020-09-28
Penilaian 4.50/5 Total 6 Penilaian
Pengembang Michel Baie
Email [email protected]
Tipe Pembayaran free
URL Halaman Bantuan https://github.com/MichelBaie/PronoteMask/issues
Bahasa yang Didukung 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
}