AutoBlackboard
Automatically logs you in into Blackboard -- made with ❤️ by @fredericocurti
Qu'est-ce que AutoBlackboard ?
AutoBlackboard est une extension Chrome développée par Frederico Curti, et sa fonction principale est "Automatically logs you in into Blackboard -- made with ❤️ by @fredericocurti".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension AutoBlackboard
Téléchargez les fichiers d'extension AutoBlackboard au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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 :)
Informations de Base sur l'Extension
Nom | AutoBlackboard |
ID | jnbjigpkknecbbipgcnbipoilbhmjbde |
URL Officiel | https://chromewebstore.google.com/detail/autoblackboard/jnbjigpkknecbbipgcnbipoilbhmjbde |
Description | Automatically logs you in into Blackboard -- made with ❤️ by @fredericocurti |
Taille du Fichier | 16.31 KB |
Nombre d'Installations | 132 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2018-06-18 |
Date de Publication | 2018-06-18 |
Évaluation | 5.00/5 Total 9 Évaluations |
Développeur | Frederico Curti |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/fredericocurti |
Langues Prises en Charge | 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\/" ] } |