マイナポイント

マイナポイントのアプリケーションです。

What is マイナポイント?

マイナポイント is a Chrome extension developed by 総務省マイナポイント施策推進室, and its main feature is "マイナポイントのアプリケーションです。".

Extension Screenshots

screenshot

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

                        【注意事項】
マイナポイントにログインするためには、こちらのアプリケーションのほか、「マイナンバーカード」と「公的個人認証サービス対応のICカードリーダライタ」、「マイキーID作成・登録準備ソフト」が必要です。
「公的個人認証サービス対応のICカードリーダライタ」については公的個人認証サービス(https://www.jpki.go.jp/prepare/reader_writer.html)をご参照ください。
「マイキーID作成・登録準備ソフト」については、マイナンバーカードの読取り時に当該ソフトがインストールされていない場合、案内が表示されます。
また、アプリケーションを「インストール」する前に、必ずプライバシーポリシーをご確認ください。

【対応OS】
・Microsoft Windows 10
・Microsoft Windows 11
・macOS High Sierra (macOS v10.13以上)
・macOS Mojave (macOS v10.14以上)
・macOS Catalina (macOS v10.15以上)
・macOS Big Sur (macOS v11.0以上)
・macOS Monterey (macOS v12.0以上)
・macOS Ventura (macOS v13.0以上)                    

Extension Basic Information

Name マイナポイント マイナポイント
ID cnjpkcbminpkgamddmicigfcnlkficlc
Official URL https://chromewebstore.google.com/detail/%E3%83%9E%E3%82%A4%E3%83%8A%E3%83%9D%E3%82%A4%E3%83%B3%E3%83%88/cnjpkcbminpkgamddmicigfcnlkficlc
Description マイナポイントのアプリケーションです。
File Size 90.15 KB
Installation Count 627,185
Current Version 1.0.4
Last Updated 2023-10-04
Publish Date 2020-07-28
Rating 1.23/5 Total 129 Ratings
Developer 総務省マイナポイント施策推進室
Email [email protected]
Payment Type free
Extension Website https://id.mykey.soumu.go.jp/
Privacy Policy Page URL https://id.mykey.soumu.go.jp/mnp-web/html/MKCCS030.html
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u30de\u30a4\u30ca\u30dd\u30a4\u30f3\u30c8",
    "description": "\u30de\u30a4\u30ca\u30dd\u30a4\u30f3\u30c8\u306e\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3067\u3059\u3002",
    "manifest_version": 2,
    "version": "1.0.4",
    "browser_action": {
        "default_icon": {
            "38": "images\/40.png"
        }
    },
    "icons": {
        "16": "images\/20.png",
        "48": "images\/58.png",
        "128": "images\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/id.mykey.soumu.go.jp\/*",
                "https:\/\/external.id.mykey.soumu.go.jp\/*"
            ],
            "js": [
                "MKPF_Main.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "MKPF_Background.js"
        ]
    },
    "permissions": [
        "nativeMessaging"
    ]
}