AutoBlackboard

Automatically logs you in into Blackboard -- made with ❤️ by @fredericocurti

AutoBlackboard là gì?

AutoBlackboard là một tiện ích mở rộng Chrome được phát triển bởi Frederico Curti, và tính năng chính của nó là "Automatically logs you in into Blackboard -- made with ❤️ by @fredericocurti".

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

screenshot

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

Tải xuống các tệp mở rộng AutoBlackboard 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

                        This extension is made for people that are lazy and hate filling the BlackBoard's system login/password every single time, something we students do many times a day. It only  works on Insper's BlackBoard website, but you are free to request any other university's portal that uses the system :)                    

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

Tên AutoBlackboard AutoBlackboard
ID jnbjigpkknecbbipgcnbipoilbhmjbde
URL Chính Thức https://chromewebstore.google.com/detail/autoblackboard/jnbjigpkknecbbipgcnbipoilbhmjbde
Mô tả Automatically logs you in into Blackboard -- made with ❤️ by @fredericocurti
Kích Thước Tệp 16.31 KB
Số Lần Cài Đặt 132
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2018-06-18
Ngày Phát Hành 2018-06-18
Đánh Giá 5.00/5 Tổng số 9 Đánh Giá
Nhà Phát Triển Frederico Curti
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/fredericocurti
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AutoBlackboard",
    "description": "Automatically logs you in into Blackboard --\n made with \u2764\ufe0f by @fredericocurti ",
    "version": "1.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "https:\/\/insper.blackboard.com\/",
        "https:\/\/insper.blackboard.com\/webapps\/login\/"
    ]
}