Kodebrikkesjekken
Kodebrikkesjekken protects against fraud and ID theft for Norwegian BankID
什么是Kodebrikkesjekken?
Kodebrikkesjekken是由https://www.kodebrikke.no开发的Chrome扩展程序,该扩展的主要功能是“Kodebrikkesjekken protects against fraud and ID theft for Norwegian BankID”。
扩展截图
下载Kodebrikkesjekken扩展crx文件
下载Kodebrikkesjekken扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 |
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" } |