Kodebrikkesjekken

Kodebrikkesjekken protects against fraud and ID theft for Norwegian BankID

Cos'è Kodebrikkesjekken?

Kodebrikkesjekken è un'estensione di Chrome sviluppata da https://www.kodebrikke.no, e la sua funzione principale è "Kodebrikkesjekken protects against fraud and ID theft for Norwegian BankID".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Kodebrikkesjekken

Scarica i file di estensione Kodebrikkesjekken 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

                        Kodebrikkesjekken verifies that BankID is authentic.

When typing your one time code or passord the toolbar icon is marked with a ✔-badge and a textual reminder to check for this is given. You should only type your credentials if the badge is visible.

Verification can also be initiated from the icon next to the address bar. Any valid BankID will be marked in green. A warning is given if BankID can not be verified. Read the user guide to learn how BankID on mobile is supported.

By downloading this extension you confirm that you accept the license agreement: https://www.kodebrikke.no/eula.html                    

Informazioni di Base sull'Estensione

Nome Kodebrikkesjekken Kodebrikkesjekken
ID chbfeembpnjjnboebbicmobjcaidnaga
URL Ufficiale https://chromewebstore.google.com/detail/kodebrikkesjekken/chbfeembpnjjnboebbicmobjcaidnaga
Descrizione Kodebrikkesjekken protects against fraud and ID theft for Norwegian BankID
Dimensione del File 101 KB
Conteggio Installazioni 209
Versione Corrente 0.0.0.9
Ultimo Aggiornamento 2021-07-23
Data di Pubblicazione 2020-02-22
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://www.kodebrikke.no
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://www.kodebrikke.no/userguide.html
Lingue Supportate en,no
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "0.0.0.9",
    "description": "__MSG_extDescription__",
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png",
        "256": "icons\/icon256.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png"
        },
        "default_title": "__MSG_extDefaultTitle__",
        "default_popup": "fail.html"
    },
    "content_scripts": [
        {
            "js": [
                "sub.js"
            ],
            "css": [
                "kbs.css"
            ],
            "matches": [
                "https:\/\/csfe.bankid.no\/*"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "success.html",
        "fail.html",
        "script.js",
        "style.css",
        "fb.png"
    ],
    "homepage_url": "https:\/\/www.kodebrikke.no\/",
    "short_name": "__MSG_extName__",
    "default_locale": "en",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx"
}