PlatformKeys Test Extension
An extension to test the enterprise.platformKeys API.
PlatformKeys Test Extension là gì?
PlatformKeys Test Extension là một tiện ích mở rộng Chrome được phát triển bởi platformkeys-test-extension, và tính năng chính của nó là "An extension to test the enterprise.platformKeys API.".
Ả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 PlatformKeys Test Extension
Tải xuống các tệp mở rộng PlatformKeys Test Extension 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
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | PlatformKeys Test Extension |
ID | hoppbgdeajkagempifacalpdapphfoai |
URL Chính Thức | https://chromewebstore.google.com/detail/platformkeys-test-extensi/hoppbgdeajkagempifacalpdapphfoai |
Mô tả | An extension to test the enterprise.platformKeys API. |
Kích Thước Tệp | 181 KB |
Số Lần Cài Đặt | 217 |
Phiên Bản Hiện Tại | 82 |
Cập Nhật Lần Cuối | 2020-10-13 |
Ngày Phát Hành | 2019-09-30 |
Nhà Phát Triển | platformkeys-test-extension |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 *" } |