Pronotif

Reçois tes notifications Pronote directement sur le bureau

What is Pronotif?

Pronotif is a Chrome extension developed by Utopy, and its main feature is "Reçois tes notifications Pronote directement sur le bureau".

Extension Screenshots

screenshot
screenshot
screenshot

Download Pronotif Extension CRX File

Download Pronotif extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Pronotif Pronotif
ID daofibpnnkmnalgodoppmbeafkclgmim
Official URL https://chromewebstore.google.com/detail/pronotif/daofibpnnkmnalgodoppmbeafkclgmim
Description Reçois tes notifications Pronote directement sur le bureau
File Size 180 KB
Installation Count 68
Current Version 0.1.0
Last Updated 2020-11-16
Publish Date 2020-11-16
Rating 4.50/5 Total 4 Ratings
Developer Utopy
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}