AutoBlackboard

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

AutoBlackboardคืออะไร?

AutoBlackboard เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Frederico Curti และคุณลักษณะหลักของมันคือ "Automatically logs you in into Blackboard -- made with ❤️ by @fredericocurti"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AutoBlackboard

ดาวน์โหลดไฟล์ส่วนขยาย AutoBlackboard ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 :)                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ AutoBlackboard AutoBlackboard
ID jnbjigpkknecbbipgcnbipoilbhmjbde
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/autoblackboard/jnbjigpkknecbbipgcnbipoilbhmjbde
คำอธิบาย Automatically logs you in into Blackboard -- made with ❤️ by @fredericocurti
ขนาดไฟล์ 16.31 KB
จำนวนการติดตั้ง 132
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2018-06-18
วันที่เผยแพร่ 2018-06-18
คะแนน 5.00/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา Frederico Curti
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/fredericocurti
ภาษาที่รองรับ 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\/"
    ]
}