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"
}
} | |