HARP電子署名用ブラウザ拡張機能

電子署名プログラムをブラウザから起動します。

What is HARP電子署名用ブラウザ拡張機能?

HARP電子署名用ブラウザ拡張機能 is a Chrome extension developed by 株式会社HARP, and its main feature is "電子署名プログラムをブラウザから起動します。".

Download HARP電子署名用ブラウザ拡張機能 Extension CRX File

Download HARP電子署名用ブラウザ拡張機能 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        株式会社HARPが運用している電子申請システムにおいて、電子証明書を利用して、申請書への電子署名をおこなうための拡張機能です。

注意事項:
電子署名をおこなうためには、電子申請システムで利用可能な電子証明書が必要です。
詳細についてはお手続をされる電子申請サイトにあります「初めてご利用する方へ」より事前準備をご確認ください。                    

Extension Basic Information

Name HARP電子署名用ブラウザ拡張機能 HARP電子署名用ブラウザ拡張機能
ID odjcnapknaojbglfeoffnlknikeapakc
Official URL https://chromewebstore.google.com/detail/harp%E9%9B%BB%E5%AD%90%E7%BD%B2%E5%90%8D%E7%94%A8%E3%83%96%E3%83%A9%E3%82%A6%E3%82%B6%E6%8B%A1%E5%BC%B5%E6%A9%9F%E8%83%BD/odjcnapknaojbglfeoffnlknikeapakc
Description 電子署名プログラムをブラウザから起動します。
File Size 29.22 KB
Installation Count 7,015
Current Version 2.0
Last Updated 2023-02-07
Publish Date 2021-01-07
Rating 4.00/5 Total 2 Ratings
Developer 株式会社HARP
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.harp.lg.jp/public/privacy_signapp.html
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "author": "\u682a\u5f0f\u4f1a\u793eHARP",
    "default_locale": "ja",
    "version": "2.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "icon16.png"
        }
    },
    "permissions": [
        "nativeMessaging"
    ],
    "background": {
        "service_worker": "event.js"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/www.harp.lg.jp.itb-local\/*",
            "https:\/\/shinsei.pref.toyama.lg.jp.itb-local\/*",
            "https:\/\/shinsei.e-fukui.lg.jp.itb-local\/*",
            "https:\/\/shinsei.pref.wakayama.jp.itb-local\/*",
            "https:\/\/shinsei.pref.yamaguchi.lg.jp.itb-local\/*",
            "https:\/\/shinsei.pref.fukuoka.lg.jp.itb-local\/*",
            "https:\/\/www.egov-oita.pref.oita.jp.itb-local\/*",
            "https:\/\/shinsei.pref.miyazaki.lg.jp.itb-local\/*",
            "https:\/\/shinsei.pref.kagoshima.jp.itb-local\/*",
            "*:\/\/*.e-harp.jp\/*",
            "https:\/\/www.harp.lg.jp\/*",
            "https:\/\/shinsei.pref.toyama.lg.jp\/*",
            "https:\/\/shinsei.e-fukui.lg.jp\/*",
            "https:\/\/shinsei.pref.wakayama.jp\/*",
            "https:\/\/shinsei.pref.yamaguchi.lg.jp\/*",
            "https:\/\/shinsei.pref.fukuoka.lg.jp\/*",
            "https:\/\/www.egov-oita.pref.oita.jp\/*",
            "https:\/\/shinsei.pref.miyazaki.lg.jp\/*",
            "https:\/\/shinsei.pref.kagoshima.jp\/*"
        ]
    }
}