freeeマイナポータル連携AP
freeeでマイナンバーカードを用いた電子申請機能を利用するためのアプリケーションです
What is freeeマイナポータル連携AP?
freeeマイナポータル連携AP is a Chrome extension developed by freee株式会社, and its main feature is "freeeでマイナンバーカードを用いた電子申請機能を利用するためのアプリケーションです".
Extension Screenshots
Download freeeマイナポータル連携AP Extension CRX File
Download freeeマイナポータル連携AP 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
■ 対象サービス ・freee会社設立 ■対応OS ・Microsoft Windows 10 (32bit / 64bit) ・Microsoft Windows 8.1 (32bit / 64bit) ・macOS 11.3 Big Sur ・macOS 10.15 Catalina ■注意事項 ・Chrome拡張機能の他に利用者クライアントソフトおよび電子申請アプリのインストールが必要となります。
Extension Basic Information
Name | freeeマイナポータル連携AP |
ID | cijmomgkfnplkgfmnmjgeencnfihaaha |
Official URL | https://chromewebstore.google.com/detail/freee%E3%83%9E%E3%82%A4%E3%83%8A%E3%83%9D%E3%83%BC%E3%82%BF%E3%83%AB%E9%80%A3%E6%90%BAap/cijmomgkfnplkgfmnmjgeencnfihaaha |
Description | freeeでマイナンバーカードを用いた電子申請機能を利用するためのアプリケーションです |
File Size | 16.82 KB |
Installation Count | 12,181 |
Current Version | 1.0.6 |
Last Updated | 2021-10-11 |
Publish Date | 2021-10-11 |
Rating | 1.00/5 Total 1 Ratings |
Developer | freee株式会社 |
[email protected] | |
Payment Type | free |
Extension Website | https://www.freee.co.jp/ |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "freee\u30de\u30a4\u30ca\u30dd\u30fc\u30bf\u30eb\u9023\u643aAP", "version": "1.0.6", "description": "freee\u3067\u30de\u30a4\u30ca\u30f3\u30d0\u30fc\u30ab\u30fc\u30c9\u3092\u7528\u3044\u305f\u96fb\u5b50\u7533\u8acb\u6a5f\u80fd\u3092\u5229\u7528\u3059\u308b\u305f\u3081\u306e\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3067\u3059", "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/k.secure.freee.co.jp\/**" ] } ], "background": { "service_worker": "background.js" }, "icons": { "16": "icons\/swallow_icon_16.png", "48": "icons\/swallow_icon_48.png", "128": "icons\/swallow_icon_128.png" }, "permissions": [ "nativeMessaging" ], "host_permissions": [ "https:\/\/k.secure.freee.co.jp\/**" ] } |