Kodebrikkesjekken

Kodebrikkesjekken protects against fraud and ID theft for Norwegian BankID

Kodebrikkesjekken क्या है?

Kodebrikkesjekken https://www.kodebrikke.no द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Kodebrikkesjekken protects against fraud and ID theft for Norwegian BankID"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Kodebrikkesjekken एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Kodebrikkesjekken Kodebrikkesjekken
ID chbfeembpnjjnboebbicmobjcaidnaga
आधिकारिक URL https://chromewebstore.google.com/detail/kodebrikkesjekken/chbfeembpnjjnboebbicmobjcaidnaga
विवरण Kodebrikkesjekken protects against fraud and ID theft for Norwegian BankID
फ़ाइल का आकार 101 KB
स्थापना संख्या 209
वर्तमान संस्करण 0.0.0.9
अंतिम अपडेट 2021-07-23
प्रकाशन तिथि 2020-02-22
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://www.kodebrikke.no
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://www.kodebrikke.no/userguide.html
समर्थित भाषाएँ 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"
}