BoilerKey - Chrome
A simple chrome extension that allows you to get your boilerkey passcode in browser
BoilerKey - Chrome क्या है?
BoilerKey - Chrome Anuraag द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A simple chrome extension that allows you to get your boilerkey passcode in browser"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में BoilerKey - Chrome एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | BoilerKey - Chrome |
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" } } |