PlatformKeys Test Extension
An extension to test the enterprise.platformKeys API.
PlatformKeys Test Extensionคืออะไร?
PlatformKeys Test Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย platformkeys-test-extension และคุณลักษณะหลักของมันคือ "An extension to test the enterprise.platformKeys API."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PlatformKeys Test Extension
ดาวน์โหลดไฟล์ส่วนขยาย PlatformKeys Test Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 *" } |