eAsistent+

Makes eAsistent actually usable.

eAsistent+ là gì?

eAsistent+ là một tiện ích mở rộng Chrome được phát triển bởi Matic Babnik, và tính năng chính của nó là "Makes eAsistent actually usable.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng eAsistent+

Tải xuống các tệp mở rộng eAsistent+ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên eAsistent+ eAsistent+
ID kghgoadkgnipnenlcjamhmiodhohadpp
URL Chính Thức https://chromewebstore.google.com/detail/easistent+/kghgoadkgnipnenlcjamhmiodhohadpp
Mô tả Makes eAsistent actually usable.
Kích Thước Tệp 35.12 KB
Số Lần Cài Đặt 77
Phiên Bản Hiện Tại 1.2.1
Cập Nhật Lần Cuối 2022-10-10
Ngày Phát Hành 2021-04-22
Nhà Phát Triển Matic Babnik
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/fubuki-fanclub/ea-sux
URL Trang Trợ Giúp https://github.com/fubuki-fanclub/ea-sux/issues
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}