Pronotif
Reçois tes notifications Pronote directement sur le bureau
什麼是Pronotif?
Pronotif是由Utopy開發的Chrome擴展程式,該擴展的主要功能是“Reçois tes notifications Pronote directement sur le bureau”。
擴展截圖
下載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. 擴展基本資訊
| 名稱 | |
| ID | daofibpnnkmnalgodoppmbeafkclgmim |
| 官方網址 | 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"
]
} | |