BoilerKey - Chrome
A simple chrome extension that allows you to get your boilerkey passcode in browser
What is BoilerKey - Chrome?
BoilerKey - Chrome is a Chrome extension developed by Anuraag, and its main feature is "A simple chrome extension that allows you to get your boilerkey passcode in browser".
Extension Screenshots
Download BoilerKey - Chrome Extension CRX File
Download BoilerKey - Chrome extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
A chrome extension that allows Purdue students to use BoilerKey from their web browser. The source for the Boiler Key chrome extension is available here: https://github.com/anuraagy/BoilerKey-Chrome and is open to pull requests and feature requests! Disclaimer: The BoilerKey - Chrome extension is in no way affiliated with Purdue University or Duo Security
Extension Basic Information
Name | BoilerKey - Chrome |
ID | iffgcddljpnfeknpdidnemgifdfaamei |
Official URL | https://chromewebstore.google.com/detail/boilerkey-chrome/iffgcddljpnfeknpdidnemgifdfaamei |
Description | A simple chrome extension that allows you to get your boilerkey passcode in browser |
File Size | 22.46 KB |
Installation Count | 168 |
Current Version | 1.1 |
Last Updated | 2018-12-13 |
Publish Date | 2018-12-12 |
Rating | 5.00/5 Total 7 Ratings |
Developer | Anuraag |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BoilerKey - Chrome", "version": "1.1", "permissions": [ "storage", "https:\/\/api-1b9bef70.duosecurity.com\/*" ], "description": "A simple chrome extension that allows you to get your boilerkey passcode in browser", "manifest_version": 2, "browser_action": { "default_title": "BoilerKey - In Browser", "default_popup": "dropdown.html" }, "icons": { "128": "key.png" } } |