BoilerKey - Chrome
A simple chrome extension that allows you to get your boilerkey passcode in browser
BoilerKey - Chrome là gì?
BoilerKey - Chrome là một tiện ích mở rộng Chrome được phát triển bởi Anuraag, và tính năng chính của nó là "A simple chrome extension that allows you to get your boilerkey passcode in browser".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng BoilerKey - Chrome
Tải xuống các tệp mở rộng BoilerKey - Chrome dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | BoilerKey - Chrome |
ID | iffgcddljpnfeknpdidnemgifdfaamei |
URL Chính Thức | https://chromewebstore.google.com/detail/boilerkey-chrome/iffgcddljpnfeknpdidnemgifdfaamei |
Mô tả | A simple chrome extension that allows you to get your boilerkey passcode in browser |
Kích Thước Tệp | 22.46 KB |
Số Lần Cài Đặt | 168 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2018-12-13 |
Ngày Phát Hành | 2018-12-12 |
Đánh Giá | 5.00/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | Anuraag |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |