AutoBlackboard
Automatically logs you in into Blackboard -- made with ❤️ by @fredericocurti
Wat is AutoBlackboard?
AutoBlackboard is een Chrome-extensie ontwikkeld door Frederico Curti, en de belangrijkste functie is "Automatically logs you in into Blackboard -- made with ❤️ by @fredericocurti".
Extensie Screenshots
Download het CRX-bestand van de extensie AutoBlackboard
Download AutoBlackboard-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 :)
Basisinformatie over de Extensie
Naam | AutoBlackboard |
ID | jnbjigpkknecbbipgcnbipoilbhmjbde |
Officiële URL | https://chromewebstore.google.com/detail/autoblackboard/jnbjigpkknecbbipgcnbipoilbhmjbde |
Beschrijving | Automatically logs you in into Blackboard -- made with ❤️ by @fredericocurti |
Bestandsgrootte | 16.31 KB |
Aantal Installaties | 132 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2018-06-18 |
Publicatiedatum | 2018-06-18 |
Beoordeling | 5.00/5 Totaal 9 Beoordelingen |
Ontwikkelaar | Frederico Curti |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/fredericocurti |
Ondersteunde Talen | 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\/" ] } |