AutoBlackboard
Automatically logs you in into Blackboard -- made with ❤️ by @fredericocurti
什麼是AutoBlackboard?
AutoBlackboard是由Frederico Curti開發的Chrome擴展程式,該擴展的主要功能是“Automatically logs you in into Blackboard -- made with ❤️ by @fredericocurti”。
擴展截圖
下載AutoBlackboard擴展crx文件
下載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 |
ID | jnbjigpkknecbbipgcnbipoilbhmjbde |
官方網址 | 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\/" ] } |