YubNub
Replaces all YubiKey and all Midway Token with YubNub
Vad är YubNub?
YubNub är en Chrome-tillägg utvecklad av automatoney, och dess huvudfunktion är "Replaces all YubiKey and all Midway Token with YubNub".
Tilläggsskärmbilder
Ladda ner YubNub-förlängningens CRX-fil
Ladda ner YubNub-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Grundläggande Information om Tillägg
| Namn | |
| ID | nhdpnfipncplliofcpalmnpbhbleldik |
| Officiell webbadress | https://chromewebstore.google.com/detail/yubnub/nhdpnfipncplliofcpalmnpbhbleldik |
| Beskrivning | Replaces all YubiKey and all Midway Token with YubNub |
| Filstorlek | 7.77 KB |
| Antal Installationer | 22 |
| Aktuell Version | 2.1 |
| Senast Uppdaterad | 2018-06-04 |
| Publiceringsdatum | 2018-06-04 |
| Betyg | 2.33/5 Totalt 3 Betyg |
| Utvecklare | automatoney |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "YubNub",
"short_name": "YubNub",
"description": "Replaces all YubiKey and all Midway Token with YubNub",
"version": "2.1",
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
],
"icons": {
"48": "icon48.png",
"128": "icon128.png"
}
} | |