Kodebrikkesjekken
Kodebrikkesjekken protects against fraud and ID theft for Norwegian BankID
O que é Kodebrikkesjekken?
Kodebrikkesjekken é uma extensão do Chrome desenvolvida por https://www.kodebrikke.no, e sua principal característica é "Kodebrikkesjekken protects against fraud and ID theft for Norwegian BankID".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Kodebrikkesjekken
Baixe arquivos de extensão Kodebrikkesjekken no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Kodebrikkesjekken |
ID | chbfeembpnjjnboebbicmobjcaidnaga |
URL Oficial | https://chromewebstore.google.com/detail/kodebrikkesjekken/chbfeembpnjjnboebbicmobjcaidnaga |
Descrição | Kodebrikkesjekken protects against fraud and ID theft for Norwegian BankID |
Tamanho do Arquivo | 101 KB |
Contagem de Instalações | 209 |
Versão Atual | 0.0.0.9 |
Última Atualização | 2021-07-23 |
Data de Publicação | 2020-02-22 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | https://www.kodebrikke.no |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Ajuda | https://www.kodebrikke.no/userguide.html |
Idiomas Suportados | 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" } |