PKISigning usb-token ondersteuning
PKISigning ondersteuning voor usb-tokens
PKISigning usb-token ondersteuning란 무엇입니까?
PKISigning usb-token ondersteuning은(는) PKIsigning에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "PKISigning ondersteuning voor usb-tokens"입니다.
확장 프로그램 스크린샷
PKISigning usb-token ondersteuning 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Deze plugin is benodigd voor het ondertekenen met uw PKIOverheid-beroepscertificaat. 확장 프로그램 기본 정보
| 이름 | |
| ID | onahnhdkiciollgmegkfocgjgdoaackp |
| 공식 URL | https://chrome.google.com/webstore/detail/pkisigning-usb-token-onde/onahnhdkiciollgmegkfocgjgdoaackp |
| 설명 | PKISigning ondersteuning voor usb-tokens |
| 파일 크기 | 23.33 KB |
| 설치 횟수 | 7,710 |
| 현재 버전 | 1.0.2 |
| 최근 업데이트 | 2019-02-27 |
| 출시 날짜 | 2019-02-27 |
| 평점 | 5.00/5 총 2 개의 평점 |
| 개발자 | PKIsigning |
| 이메일 | [email protected] |
| 결제 유형 | free |
| 확장 프로그램 웹 사이트 | https://www.pkisigning.nl |
| 도움말 페이지 URL | https://www.pkisigning.nl/support |
| 개인정보 보호 정책 페이지 URL | https://pkisigning.nl/privacy |
| 지원되는 언어 | nl |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "PKISigning usb-token ondersteuning",
"version": "1.0.2",
"minimum_chrome_version": "40.0",
"manifest_version": 2,
"description": "PKISigning ondersteuning voor usb-tokens",
"icons": {
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*",
"file:\/\/\/*"
],
"js": [
"content.js"
],
"run_at": "document_end",
"all_frames": true
}
],
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"nativeMessaging"
],
"applications": {
"gecko": {
"id": "{4f89afef-1172-4e18-9012-609436f07ce9}"
}
}
} | |