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.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة PlatformKeys Test Extension

قم بتنزيل ملفات الامتداد PlatformKeys Test Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 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 *"
}