LoGoフォーム電子署名用ブラウザ拡張機能
LoGoフォーム電子署名用ブラウザ拡張機能
What is LoGoフォーム電子署名用ブラウザ拡張機能?
LoGoフォーム電子署名用ブラウザ拡張機能 is a Chrome extension developed by TRUSTBANK, Inc., and its main feature is "LoGoフォーム電子署名用ブラウザ拡張機能".
Extension Screenshots
Download LoGoフォーム電子署名用ブラウザ拡張機能 Extension CRX File
Download LoGoフォーム電子署名用ブラウザ拡張機能 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
株式会社トラストバンクが提供する自治体向けフォームサービス「LoGoフォーム」において、電子証明書を利用して、申請書への電子署名をおこなうために申請情報を利用者クライアントソフトに連携するための拡張機能です。 ●対象サービス名 LoGoフォーム ●対応OS ・Microsoft Windows 10以上 (64bit) ・macOS 10.15 Catalina ●注意事項 ・電子署名をおこなうためには、電子申請システムで利用可能な電子証明書が必要です。 ・Chrome拡張機能の他に利用者クライアントソフトのインストールが必要となります。 ・詳細についてはお手続をされる電子申請フォームの事前準備説明をご確認ください。 ●バージョン情報 1.0.0(2021/2/28) 初期公開
Extension Basic Information
Name | LoGoフォーム電子署名用ブラウザ拡張機能 |
ID | mgihcgjbigikaohfmlmgbcdkepmnjbjj |
Official URL | https://chromewebstore.google.com/detail/logo%E3%83%95%E3%82%A9%E3%83%BC%E3%83%A0%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/mgihcgjbigikaohfmlmgbcdkepmnjbjj |
Description | LoGoフォーム電子署名用ブラウザ拡張機能 |
File Size | 3.35 KB |
Installation Count | 272 |
Current Version | 1.0.0 |
Last Updated | 2022-02-24 |
Publish Date | 2022-02-24 |
Developer | TRUSTBANK, Inc. |
[email protected] | |
Payment Type | free |
Extension Website | https://publitech.fun/ |
Help Page URL | https://ab58d3c1.form.kintoneapp.com/public/08c596f27c60607eb678fc178f97721043982391da0cb206b2f12e782d7839ce |
Privacy Policy Page URL | https://www.trustbank.co.jp/policy |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "LoGo\u30d5\u30a9\u30fc\u30e0\u96fb\u5b50\u7f72\u540d\u7528\u30d6\u30e9\u30a6\u30b6\u62e1\u5f35\u6a5f\u80fd", "version": "1.0.0", "manifest_version": 3, "description": "LoGo\u30d5\u30a9\u30fc\u30e0\u96fb\u5b50\u7f72\u540d\u7528\u30d6\u30e9\u30a6\u30b6\u62e1\u5f35\u6a5f\u80fd", "background": { "service_worker": "content.js" }, "permissions": [ "nativeMessaging" ], "externally_connectable": { "matches": [ "*:\/\/logoform.jp\/*" ] } } |