AutoBlackboard
Automatically logs you in into Blackboard -- made with ❤️ by @fredericocurti
AutoBlackboard क्या है?
AutoBlackboard Frederico Curti द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically logs you in into Blackboard -- made with ❤️ by @fredericocurti"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में AutoBlackboard एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
आधिकारिक 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\/" ] } |