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

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة BoilerKey - Chrome

قم بتنزيل ملفات الامتداد BoilerKey - Chrome بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح 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 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"
    }
}