BitSkins Two Factor Authenticator

This Is A Extention To Enable 2FA For Bitskins Without Having To Download A App To Your Phone!

Vad är BitSkins Two Factor Authenticator?

BitSkins Two Factor Authenticator är en Chrome-tillägg utvecklad av 16austin16, och dess huvudfunktion är "This Is A Extention To Enable 2FA For Bitskins Without Having To Download A App To Your Phone!".

Tilläggsskärmbilder

screenshot

Ladda ner BitSkins Two Factor Authenticator-förlängningens CRX-fil

Ladda ner BitSkins Two Factor Authenticator-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 BitSkins Two Factor Authenticator BitSkins Two Factor Authenticator
ID ajbjengbfoempacdbhkepbenlacfgnca
Officiell webbadress https://chrome.google.com/webstore/detail/bitskins-two-factor-authe/ajbjengbfoempacdbhkepbenlacfgnca
Beskrivning This Is A Extention To Enable 2FA For Bitskins Without Having To Download A App To Your Phone!
Filstorlek 423 KB
Antal Installationer 336
Aktuell Version 1.2
Senast Uppdaterad 2018-11-19
Publiceringsdatum 2018-11-19
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare 16austin16
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": "BitSkins Two Factor Authenticator",
    "description": "This Is A Extention To Enable 2FA For Bitskins Without Having To Download A App To Your Phone!",
    "version": "1.2",
    "browser_action": {
        "default_icon": "logo.png",
        "default_popup": "updatecheck.html",
        "default_title": "BitSkins 2FA"
    },
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "permissions": [
        "storage",
        "notifications",
        "https:\/\/ajax.googleapis.com\/"
    ]
}