Pronotif

Reçois tes notifications Pronote directement sur le bureau

Pronotifとは何ですか?

PronotifはUtopyによって開発されたChromeの拡張機能で、その主な機能は「Reçois tes notifications Pronote directement sur le bureau」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Pronotif拡張機能のCRXファイルをダウンロード

Pronotif拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    ]
}