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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" } |