AutoBlackboard
Automatically logs you in into Blackboard -- made with ❤️ by @fredericocurti
Was ist AutoBlackboard?
AutoBlackboard ist eine Chrome-Erweiterung, die von Frederico Curti entwickelt wurde, und ihr Hauptmerkmal ist "Automatically logs you in into Blackboard -- made with ❤️ by @fredericocurti".
Erweiterungsscreenshots
AutoBlackboard-Erweiterungs-CRX-Datei herunterladen
Laden Sie AutoBlackboard-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 :) Grundlegende Informationen zur Erweiterung
| Name | |
| ID | jnbjigpkknecbbipgcnbipoilbhmjbde |
| Offizielle URL | https://chromewebstore.google.com/detail/autoblackboard/jnbjigpkknecbbipgcnbipoilbhmjbde |
| Beschreibung | Automatically logs you in into Blackboard -- made with ❤️ by @fredericocurti |
| Dateigröße | 16.31 KB |
| Installationsanzahl | 132 |
| Aktuelle Version | 1.0 |
| Letztes Update | 2018-06-18 |
| Veröffentlichungsdatum | 2018-06-18 |
| Bewertung | 5.00/5 Insgesamt 9 Bewertungen |
| Entwickler | Frederico Curti |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/fredericocurti |
| Unterstützte Sprachen | 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\/"
]
} | |