BoilerKey - Chrome
A simple chrome extension that allows you to get your boilerkey passcode in browser
Что такое BoilerKey - Chrome?
BoilerKey - Chrome - это расширение Chrome, разработанное Anuraag, и его основная функция - "A simple chrome extension that allows you to get your boilerkey passcode in browser".
Снимки экрана расширения
Скачать файл CRX расширения BoilerKey - Chrome
Скачайте файлы расширений BoilerKey - Chrome в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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 Основная информация о расширении
| Название | |
| ID | iffgcddljpnfeknpdidnemgifdfaamei |
| Официальный URL | https://chromewebstore.google.com/detail/boilerkey-chrome/iffgcddljpnfeknpdidnemgifdfaamei |
| Описание | A simple chrome extension that allows you to get your boilerkey passcode in browser |
| Размер файла | 22.46 KB |
| Количество установок | 168 |
| Текущая Версия | 1.1 |
| Последнее Обновление | 2018-12-13 |
| Дата публикации | 2018-12-12 |
| Рейтинг | 5.00/5 Всего 7 оценок |
| Разработчик | Anuraag |
| Тип оплаты | free |
| Поддерживаемые языки | 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"
}
} | |