Kodebrikkesjekken
Kodebrikkesjekken protects against fraud and ID theft for Norwegian BankID
Kodebrikkesjekken là gì?
Kodebrikkesjekken là một tiện ích mở rộng Chrome được phát triển bởi https://www.kodebrikke.no, và tính năng chính của nó là "Kodebrikkesjekken protects against fraud and ID theft for Norwegian BankID".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Kodebrikkesjekken
Tải xuống các tệp mở rộng Kodebrikkesjekken dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Kodebrikkesjekken |
ID | chbfeembpnjjnboebbicmobjcaidnaga |
URL Chính Thức | https://chromewebstore.google.com/detail/kodebrikkesjekken/chbfeembpnjjnboebbicmobjcaidnaga |
Mô tả | Kodebrikkesjekken protects against fraud and ID theft for Norwegian BankID |
Kích Thước Tệp | 101 KB |
Số Lần Cài Đặt | 209 |
Phiên Bản Hiện Tại | 0.0.0.9 |
Cập Nhật Lần Cuối | 2021-07-23 |
Ngày Phát Hành | 2020-02-22 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://www.kodebrikke.no |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://www.kodebrikke.no/userguide.html |
Ngôn Ngữ Được Hỗ Trợ | 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" } |