eAsistent+

Makes eAsistent actually usable.

eAsistent+ क्या है?

eAsistent+ Matic Babnik द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Makes eAsistent actually usable."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में eAsistent+ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम eAsistent+ eAsistent+
ID kghgoadkgnipnenlcjamhmiodhohadpp
आधिकारिक URL https://chromewebstore.google.com/detail/easistent+/kghgoadkgnipnenlcjamhmiodhohadpp
विवरण Makes eAsistent actually usable.
फ़ाइल का आकार 35.12 KB
स्थापना संख्या 77
वर्तमान संस्करण 1.2.1
अंतिम अपडेट 2022-10-10
प्रकाशन तिथि 2021-04-22
डेवलपर Matic Babnik
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/fubuki-fanclub/ea-sux
सहायता पृष्ठ URL https://github.com/fubuki-fanclub/ea-sux/issues
समर्थित भाषाएँ 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\/*"
    ]
}