BoilerKey - Chrome

A simple chrome extension that allows you to get your boilerkey passcode in browser

Wat is BoilerKey - Chrome?

BoilerKey - Chrome is een Chrome-extensie ontwikkeld door Anuraag, en de belangrijkste functie is "A simple chrome extension that allows you to get your boilerkey passcode in browser".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie BoilerKey - Chrome

Download BoilerKey - Chrome-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

                        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                    

Basisinformatie over de Extensie

Naam BoilerKey - Chrome BoilerKey - Chrome
ID iffgcddljpnfeknpdidnemgifdfaamei
Officiële URL https://chromewebstore.google.com/detail/boilerkey-chrome/iffgcddljpnfeknpdidnemgifdfaamei
Beschrijving A simple chrome extension that allows you to get your boilerkey passcode in browser
Bestandsgrootte 22.46 KB
Aantal Installaties 168
Huidige Versie 1.1
Laatst Bijgewerkt 2018-12-13
Publicatiedatum 2018-12-12
Beoordeling 5.00/5 Totaal 7 Beoordelingen
Ontwikkelaar Anuraag
Betalingswijze free
Ondersteunde Talen 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"
    }
}