Pronotif

Reçois tes notifications Pronote directement sur le bureau

Что такое Pronotif?

Pronotif - это расширение Chrome, разработанное Utopy, и его основная функция - "Reçois tes notifications Pronote directement sur le bureau".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Pronotif

Скачайте файлы расширений 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
Электронная почта [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"
    ]
}