Pronotif

Reçois tes notifications Pronote directement sur le bureau

Apa itu Pronotif?

Pronotif adalah ekstensi Chrome yang dikembangkan oleh Utopy, dan fitur utamanya adalah "Reçois tes notifications Pronote directement sur le bureau".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Pronotif

Unduh file ekstensi Pronotif 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

                        Pronotif est une extension permettant aux utilisateurs de Pronote de recevoir les notifications depuis l'onglet "Communication" directement sur le bureau.                    

Informasi Dasar Ekstensi

Nama Pronotif Pronotif
ID daofibpnnkmnalgodoppmbeafkclgmim
URL Resmi https://chromewebstore.google.com/detail/pronotif/daofibpnnkmnalgodoppmbeafkclgmim
Deskripsi Reçois tes notifications Pronote directement sur le bureau
Ukuran File 180 KB
Jumlah Instalasi 68
Versi Saat Ini 0.1.0
Terakhir Diperbarui 2020-11-16
Tanggal Publikasi 2020-11-16
Penilaian 4.50/5 Total 4 Penilaian
Pengembang Utopy
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pronotif",
    "version": "0.1.0",
    "description": "Re\u00e7ois tes notifications Pronote directement sur le bureau",
    "manifest_version": 2,
    "icons": {
        "16": "logos\/logo16.png",
        "48": "logos\/logo48.png",
        "128": "logos\/logo128.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "logos\/logo16.png"
    },
    "background": {
        "scripts": [
            "jquery-3.5.1.min.js",
            "background.js"
        ]
    },
    "permissions": [
        "storage",
        "notifications"
    ]
}