Easy OTP Extension
Generate OTP code based on your 2FA token
Vad är Easy OTP Extension?
Easy OTP Extension är en Chrome-tillägg utvecklad av roma.tsvyk, och dess huvudfunktion är "Generate OTP code based on your 2FA token".
Tilläggsskärmbilder
Ladda ner Easy OTP Extension-förlängningens CRX-fil
Ladda ner Easy OTP Extension-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
For people who wants to have quick access to the OTP code without using additional program Grundläggande Information om Tillägg
| Namn | |
| ID | ejcjmkjooooefcfcichfdicgmoeophac |
| Officiell webbadress | https://chromewebstore.google.com/detail/easy-otp-extension/ejcjmkjooooefcfcichfdicgmoeophac |
| Beskrivning | Generate OTP code based on your 2FA token |
| Filstorlek | 1.16 MB |
| Antal Installationer | 35 |
| Aktuell Version | 0.0.1 |
| Senast Uppdaterad | 2022-12-21 |
| Publiceringsdatum | 2022-12-21 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | roma.tsvyk |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"description": "Generate OTP code based on your 2FA token",
"version": "0.0.1",
"manifest_version": 3,
"name": "Easy OTP Extension",
"permissions": [
"storage"
],
"action": {
"default_popup": "popup.html",
"default_icon": "icon-34.png"
},
"icons": {
"128": "icon-128.png"
},
"web_accessible_resources": [
{
"resources": [
"icon-128.png",
"icon-34.png"
],
"matches": []
}
]
} | |