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 |
| 官方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"
]
} | |