ESMART Token Web Plugin

ESMART Token Web Plugin allows to access PKCS#11 methods for signing, verifing, listing objects etc.

ESMART Token Web Pluginคืออะไร?

ESMART Token Web Plugin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://esmart.ru และคุณลักษณะหลักของมันคือ "ESMART Token Web Plugin allows to access PKCS#11 methods for signing, verifing, listing objects etc."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ESMART Token Web Plugin

ดาวน์โหลดไฟล์ส่วนขยาย ESMART Token Web Plugin ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        ESMART Token Web Plugin let you use digital signature, certificates and private data stored on ESMART Token via browser.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ESMART Token Web Plugin ESMART Token Web Plugin
ID cblhedkfmbhcikepclfiehohcpfpbmnb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/esmart-token-web-plugin/cblhedkfmbhcikepclfiehohcpfpbmnb
คำอธิบาย ESMART Token Web Plugin allows to access PKCS#11 methods for signing, verifing, listing objects etc.
ขนาดไฟล์ 88.59 KB
จำนวนการติดตั้ง 409
เวอร์ชันปัจจุบัน 3.0.17
อัปเดตครั้งล่าสุด 2023-02-07
วันที่เผยแพร่ 2022-11-20
ผู้พัฒนา https://esmart.ru
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://esmart.ru
URL หน้าช่วยเหลือ https://esmart.ru/tech-support/faq/
ภาษาที่รองรับ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "ISBC Group",
    "version": "3.0.17",
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "src\/entries\/contentScript\/primary\/main.js"
            ],
            "all_frames": true
        }
    ],
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "64": "icons\/64.png"
    },
    "options_ui": {
        "page": "src\/entries\/options\/index.html",
        "open_in_tab": true
    },
    "permissions": [
        "nativeMessaging",
        "tabs",
        "cookies",
        "storage"
    ],
    "action": {
        "default_icon": {
            "16": "icons\/16.png",
            "32": "icons\/32.png",
            "64": "icons\/64.png"
        },
        "default_popup": "src\/entries\/popup\/index.html"
    },
    "background": {
        "service_worker": "serviceWorker.js",
        "type": "module"
    },
    "applications": {
        "gecko": {
            "id": "cblhedkfmbhcikepclfiehohcpfpbmnb"
        }
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.example.com\/*"
        ]
    },
    "manifest_version": 3,
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/src\/entries\/contentScript\/primary\/main.26b5571d.js",
                "assets\/runtime-dom.esm-bundler.05d92ed9.js",
                "assets\/browser-polyfill.f4591fc4.js",
                "assets\/plugin-vue_export-helper.21dcd24c.js"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": true
        }
    ]
}