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