YubNub
Replaces all YubiKey and all Midway Token with YubNub
Cos'è YubNub?
YubNub è un'estensione di Chrome sviluppata da automatoney, e la sua funzione principale è "Replaces all YubiKey and all Midway Token with YubNub".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione YubNub
Scarica i file di estensione YubNub in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
| Nome | |
| ID | nhdpnfipncplliofcpalmnpbhbleldik |
| URL Ufficiale | https://chromewebstore.google.com/detail/yubnub/nhdpnfipncplliofcpalmnpbhbleldik |
| Descrizione | Replaces all YubiKey and all Midway Token with YubNub |
| Dimensione del File | 7.77 KB |
| Conteggio Installazioni | 22 |
| Versione Corrente | 2.1 |
| Ultimo Aggiornamento | 2018-06-04 |
| Data di Pubblicazione | 2018-06-04 |
| Valutazione | 2.33/5 Totale 3 Valutazioni |
| Sviluppatore | automatoney |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
}
} | |