マイナポータル
様々なオンライン行政サービスで、マイナンバーカードを利用するためのアプリケーションです。
What is マイナポータル?
マイナポータル is a Chrome extension developed by デジタル庁, and its main feature is "様々なオンライン行政サービスで、マイナンバーカードを利用するためのアプリケーションです。".
Extension Screenshots
Download マイナポータル Extension CRX File
Download マイナポータル 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
■注意事項 Chrome拡張機能の他に専用インストーラが必要となります。ウェブサイトを参照してください。 ■対応OS ・Windows 11 ・Windows 10(32bit/64bit) ・macOS 13 Ventura ・macOS 12 Monterey ・macOS 11 Big Sur ■バージョン情報 Ver32(2023/9/19) ・軽微な改善
Extension Basic Information
Name | マイナポータル |
ID | fjjibalalngebiaophebgkkohaaggphf |
Official URL | https://chromewebstore.google.com/detail/%E3%83%9E%E3%82%A4%E3%83%8A%E3%83%9D%E3%83%BC%E3%82%BF%E3%83%AB/fjjibalalngebiaophebgkkohaaggphf |
Description | 様々なオンライン行政サービスで、マイナンバーカードを利用するためのアプリケーションです。 |
File Size | 28.62 KB |
Installation Count | 2,346,948 |
Current Version | 32 |
Last Updated | 2023-09-19 |
Publish Date | 2020-03-24 |
Rating | 1.42/5 Total 572 Ratings |
Developer | デジタル庁 |
[email protected] | |
Payment Type | free |
Extension Website | https://myna.go.jp/ |
Privacy Policy Page URL | https://img.myna.go.jp/html/kojinjouhouhogo.html |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u30de\u30a4\u30ca\u30dd\u30fc\u30bf\u30eb", "description": "\u69d8\u3005\u306a\u30aa\u30f3\u30e9\u30a4\u30f3\u884c\u653f\u30b5\u30fc\u30d3\u30b9\u3067\u3001\u30de\u30a4\u30ca\u30f3\u30d0\u30fc\u30ab\u30fc\u30c9\u3092\u5229\u7528\u3059\u308b\u305f\u3081\u306e\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3067\u3059\u3002", "manifest_version": 3, "version": "32", "action": { "default_icon": { "38": "images\/icon38.png" } }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/mposs.force.com\/*", "https:\/\/portal.post.japanpost.jp\/*", "https:\/\/login.post.japanpost.jp\/*", "https:\/\/*.go.jp\/*", "https:\/\/*.e-shishobako.ne.jp\/*", "https:\/\/*.lg.jp\/*", "https:\/\/*.e-taxrenkei.jp\/*", "https:\/\/aizuwakamatsu.mylocal.jp\/*", "https:\/\/*.mypg.jp\/*", "https:\/\/*.onshikaku.org\/*" ], "run_at": "document_end", "js": [ "MPA_Content.js" ] } ], "background": { "service_worker": "MPA_Background.js" }, "permissions": [ "nativeMessaging" ] } |