e-Dnevnik Plus
Napredna verzija e-Dnevnika za učenike i roditelje.
e-Dnevnik Plusとは何ですか?
e-Dnevnik PlusはKristijanRossによって開発されたChromeの拡張機能で、その主な機能は「Napredna verzija e-Dnevnika za učenike i roditelje.」です。
拡張機能のスクリーンショット
e-Dnevnik Plus拡張機能のCRXファイルをダウンロード
e-Dnevnik Plus拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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. 拡張機能の基本情報
| 名前 | |
| ID | bcnccmamhmcabokipgjechdeealcmdbe |
| 公式URL | https://chromewebstore.google.com/detail/e-dnevnik-plus/bcnccmamhmcabokipgjechdeealcmdbe |
| 説明 | Napredna verzija e-Dnevnika za učenike i roditelje. |
| ファイルサイズ | 2.65 MB |
| インストール数 | 110,496 |
| 現在のバージョン | 5.1.1 |
| 最終更新日 | 2024-01-07 |
| 公開日 | 2020-02-16 |
| 評価 | 4.66/5 合計 330 レビュー |
| 開発者 | KristijanRoss |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://ednevnik.plus |
| ヘルプページのURL | https://ednevnik.plus |
| プライバシーポリシーページのURL | https://ednevnik.plus/politika-privatnosti |
| 対応言語 | 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": [
" | |