eAsistent+

Makes eAsistent actually usable.

Cos'è eAsistent+?

eAsistent+ è un'estensione di Chrome sviluppata da Matic Babnik, e la sua funzione principale è "Makes eAsistent actually usable.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione eAsistent+

Scarica i file di estensione eAsistent+ in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Tweaks for easistent.com
- Dark mode
- Redesigned home page
- Adds some easistent plus features to the free tier
- Memes                    

Informazioni di Base sull'Estensione

Nome eAsistent+ eAsistent+
ID kghgoadkgnipnenlcjamhmiodhohadpp
URL Ufficiale https://chromewebstore.google.com/detail/easistent+/kghgoadkgnipnenlcjamhmiodhohadpp
Descrizione Makes eAsistent actually usable.
Dimensione del File 35.12 KB
Conteggio Installazioni 77
Versione Corrente 1.2.1
Ultimo Aggiornamento 2022-10-10
Data di Pubblicazione 2021-04-22
Sviluppatore Matic Babnik
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/fubuki-fanclub/ea-sux
URL della Pagina di Aiuto https://github.com/fubuki-fanclub/ea-sux/issues
Lingue Supportate 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\/*"
    ]
}