e-Dnevnik Plus

Napredna verzija e-Dnevnika za učenike i roditelje.

What is e-Dnevnik Plus?

e-Dnevnik Plus is a Chrome extension developed by KristijanRoss, and its main feature is "Napredna verzija e-Dnevnika za učenike i roditelje.".

Extension Screenshots

screenshot

Download e-Dnevnik Plus Extension CRX File

Download e-Dnevnik Plus extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Sve informacije o proširenju možete pronaći na https://ednevnik.plus

Politika privatnosti: https://ednevnik.plus/politika-privatnosti

Pitanja, greške i/ili prijedloge možete poslati na [email protected].

Ovo proširenje nije službena CARNET-ova aplikacija.                    

Extension Basic Information

Name e-Dnevnik Plus e-Dnevnik Plus
ID bcnccmamhmcabokipgjechdeealcmdbe
Official URL https://chromewebstore.google.com/detail/e-dnevnik-plus/bcnccmamhmcabokipgjechdeealcmdbe
Description Napredna verzija e-Dnevnika za učenike i roditelje.
File Size 2.65 MB
Installation Count 110,496
Current Version 5.1.1
Last Updated 2024-01-07
Publish Date 2020-02-16
Rating 4.66/5 Total 330 Ratings
Developer KristijanRoss
Email [email protected]
Payment Type free
Extension Website https://ednevnik.plus
Help Page URL https://ednevnik.plus
Privacy Policy Page URL https://ednevnik.plus/politika-privatnosti
Supported Languages hr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "e-Dnevnik Plus",
    "description": "Napredna verzija e-Dnevnika za u\u010denike i roditelje.",
    "author": "Kristijan Rosandi\u0107",
    "version": "5.1.1",
    "permissions": [
        "storage",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset",
                "enabled": false,
                "path": "rules.json"
            }
        ]
    },
    "icons": {
        "16": "assets\/img\/logo-light.png",
        "48": "assets\/img\/logo.png",
        "128": "assets\/img\/logo.png"
    },
    "action": {
        "default_icon": "assets\/img\/logo.png",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "service_worker": "service_worker.js"
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "matches": [
                "*:\/\/ocjene.skole.hr\/*"
            ],
            "run_at": "document_start"
        },
        {
            "css": [
                "assets\/css\/main.css"
            ],
            "matches": [
                "*:\/\/ocjene.skole.hr\/*"
            ]
        },
        {
            "css": [
                "assets\/css\/login.css"
            ],
            "matches": [
                "*:\/\/ocjene.skole.hr\/login"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "app\/index.html",
                "assets\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}