eAsistent+
Makes eAsistent actually usable.
Wat is eAsistent+?
eAsistent+ is een Chrome-extensie ontwikkeld door Matic Babnik, en de belangrijkste functie is "Makes eAsistent actually usable.".
Extensie Screenshots
Download het CRX-bestand van de extensie eAsistent+
Download eAsistent+-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Tweaks for easistent.com
- Dark mode
- Redesigned home page
- Adds some easistent plus features to the free tier
- Memes Basisinformatie over de Extensie
| Naam | |
| ID | kghgoadkgnipnenlcjamhmiodhohadpp |
| Officiële URL | https://chromewebstore.google.com/detail/easistent+/kghgoadkgnipnenlcjamhmiodhohadpp |
| Beschrijving | Makes eAsistent actually usable. |
| Bestandsgrootte | 35.12 KB |
| Aantal Installaties | 77 |
| Huidige Versie | 1.2.1 |
| Laatst Bijgewerkt | 2022-10-10 |
| Publicatiedatum | 2021-04-22 |
| Ontwikkelaar | Matic Babnik |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/fubuki-fanclub/ea-sux |
| Help Pagina-URL | https://github.com/fubuki-fanclub/ea-sux/issues |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "eAsistent+",
"applications": {
"gecko": {
"id": "[email protected]"
}
},
"version": "1.2.1",
"description": "Makes eAsistent actually usable.",
"icons": {
"16": "icons\/16.png",
"24": "icons\/24.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"page_action": {
"default_popup": "popup.html",
"default_icon": "icons\/128.png",
"show_matches": [
"*:\/\/komunikacija.easistent.com\/*",
"*:\/\/www.easistent.com\/*",
"*:\/\/easistent.com\/*"
]
},
"background": {
"scripts": [
"background.bundle.js"
],
"matches": [
"*:\/\/komunikacija.easistent.com\/*",
"*:\/\/www.easistent.com\/*",
"*:\/\/easistent.com\/*"
]
},
"content_scripts": [
{
"matches": [
"*:\/\/komunikacija.easistent.com\/*",
"*:\/\/www.easistent.com\/*",
"*:\/\/easistent.com\/*"
],
"js": [
"content.bundle.js"
],
"css": [
"kekw.css"
],
"run_at": "document_end"
}
],
"web_accessible_resources": [
"student_app.js"
],
"permissions": [
"storage",
"webRequest",
"webRequestBlocking",
"*:\/\/easistent.com\/*",
"*:\/\/www.easistent.com\/*",
"*:\/\/komunikacija.easistent.com\/*"
]
} | |