PlatformKeys Test Extension
An extension to test the enterprise.platformKeys API.
PlatformKeys Test Extension란 무엇입니까?
PlatformKeys Test Extension은(는) platformkeys-test-extension에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An extension to test the enterprise.platformKeys API."입니다.
확장 프로그램 스크린샷
PlatformKeys Test Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A test extension for testing the chrome.enterprise.platformKeys/chrome.certificateProvider Extensions APIs. ***NOTE*** This extension is intended to be used only by Chromium engineers. Please do *NOT* use the extension if you don't work on the Chromium project and don't have the knowledge about how these Extensions APIs work. In order to use the extension, navigate to the following URL: chrome-extension://hoppbgdeajkagempifacalpdapphfoai/main.html
확장 프로그램 기본 정보
이름 | PlatformKeys Test Extension |
ID | hoppbgdeajkagempifacalpdapphfoai |
공식 URL | https://chromewebstore.google.com/detail/platformkeys-test-extensi/hoppbgdeajkagempifacalpdapphfoai |
설명 | An extension to test the enterprise.platformKeys API. |
파일 크기 | 181 KB |
설치 횟수 | 217 |
현재 버전 | 82 |
최근 업데이트 | 2020-10-13 |
출시 날짜 | 2019-09-30 |
개발자 | platformkeys-test-extension |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PlatformKeys Test Extension", "description": "An extension to test the enterprise.platformKeys API.", "permissions": [ "platformKeys", "enterprise.platformKeys", "certificateProvider" ], "icons": { "128": "CE_icon.png" }, "web_accessible_resources": [ "main.html" ], "version": "82", "content_security_policy": "default-src 'none'; script-src 'self' ; style-src 'self' ; connect-src *" } |