YubNub

Replaces all YubiKey and all Midway Token with YubNub

Wat is YubNub?

YubNub is een Chrome-extensie ontwikkeld door automatoney, en de belangrijkste functie is "Replaces all YubiKey and all Midway Token with YubNub".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie YubNub

Download YubNub-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam YubNub YubNub
ID nhdpnfipncplliofcpalmnpbhbleldik
Officiële URL https://chromewebstore.google.com/detail/yubnub/nhdpnfipncplliofcpalmnpbhbleldik
Beschrijving Replaces all YubiKey and all Midway Token with YubNub
Bestandsgrootte 7.77 KB
Aantal Installaties 22
Huidige Versie 2.1
Laatst Bijgewerkt 2018-06-04
Publicatiedatum 2018-06-04
Beoordeling 2.33/5 Totaal 3 Beoordelingen
Ontwikkelaar automatoney
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}