eAsistent+
Makes eAsistent actually usable.
What is eAsistent+?
eAsistent+ is a Chrome extension developed by Matic Babnik, and its main feature is "Makes eAsistent actually usable.".
Extension Screenshots
Download eAsistent+ Extension CRX File
Download eAsistent+ 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
Tweaks for easistent.com
- Dark mode
- Redesigned home page
- Adds some easistent plus features to the free tier
- Memes Extension Basic Information
| Name | |
| ID | kghgoadkgnipnenlcjamhmiodhohadpp |
| Official URL | https://chromewebstore.google.com/detail/easistent+/kghgoadkgnipnenlcjamhmiodhohadpp |
| Description | Makes eAsistent actually usable. |
| File Size | 35.12 KB |
| Installation Count | 77 |
| Current Version | 1.2.1 |
| Last Updated | 2022-10-10 |
| Publish Date | 2021-04-22 |
| Developer | Matic Babnik |
| [email protected] | |
| Payment Type | free |
| Extension Website | https://github.com/fubuki-fanclub/ea-sux |
| Help Page URL | https://github.com/fubuki-fanclub/ea-sux/issues |
| Supported Languages | 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\/*"
]
} | |