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はhttps://esmart.ruによって開発されたChromeの拡張機能で、その主な機能は「ESMART Token Web Plugin allows to access PKCS#11 methods for signing, verifing, listing objects etc.」です。

拡張機能のスクリーンショット

screenshot
screenshot

ESMART Token Web Plugin拡張機能のCRXファイルをダウンロード

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
Eメール [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
        }
    ]
}