Pronotif

Reçois tes notifications Pronote directement sur le bureau

Pronotif क्या है?

Pronotif Utopy द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Reçois tes notifications Pronote directement sur le bureau"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Pronotif एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम Pronotif Pronotif
ID daofibpnnkmnalgodoppmbeafkclgmim
आधिकारिक URL https://chromewebstore.google.com/detail/pronotif/daofibpnnkmnalgodoppmbeafkclgmim
विवरण Reçois tes notifications Pronote directement sur le bureau
फ़ाइल का आकार 180 KB
स्थापना संख्या 68
वर्तमान संस्करण 0.1.0
अंतिम अपडेट 2020-11-16
प्रकाशन तिथि 2020-11-16
रेटिंग 4.50/5 कुल 4 रेटिंग्स
डेवलपर Utopy
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    ]
}