Pronotif

Reçois tes notifications Pronote directement sur le bureau

Pronotif là gì?

Pronotif là một tiện ích mở rộng Chrome được phát triển bởi Utopy, và tính năng chính của nó là "Reçois tes notifications Pronote directement sur le bureau".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Pronotif

Tải xuống các tệp mở rộng Pronotif dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Pronotif Pronotif
ID daofibpnnkmnalgodoppmbeafkclgmim
URL Chính Thức https://chromewebstore.google.com/detail/pronotif/daofibpnnkmnalgodoppmbeafkclgmim
Mô tả Reçois tes notifications Pronote directement sur le bureau
Kích Thước Tệp 180 KB
Số Lần Cài Đặt 68
Phiên Bản Hiện Tại 0.1.0
Cập Nhật Lần Cuối 2020-11-16
Ngày Phát Hành 2020-11-16
Đánh Giá 4.50/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Utopy
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}