マイナポータル
様々なオンライン行政サービスで、マイナンバーカードを利用するためのアプリケーションです。
Qu'est-ce que マイナポータル ?
マイナポータル est une extension Chrome développée par デジタル庁, et sa fonction principale est "様々なオンライン行政サービスで、マイナンバーカードを利用するためのアプリケーションです。".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension マイナポータル
Téléchargez les fichiers d'extension マイナポータル au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
■注意事項 Chrome拡張機能の他に専用インストーラが必要となります。ウェブサイトを参照してください。 ■対応OS ・Windows 11 ・Windows 10(32bit/64bit) ・macOS 13 Ventura ・macOS 12 Monterey ・macOS 11 Big Sur ■バージョン情報 Ver32(2023/9/19) ・軽微な改善
Informations de Base sur l'Extension
Nom | マイナポータル |
ID | fjjibalalngebiaophebgkkohaaggphf |
URL Officiel | 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 | 様々なオンライン行政サービスで、マイナンバーカードを利用するためのアプリケーションです。 |
Taille du Fichier | 28.62 KB |
Nombre d'Installations | 2,346,948 |
Version Actuelle | 32 |
Dernière Mise à Jour | 2023-09-19 |
Date de Publication | 2020-03-24 |
Évaluation | 1.42/5 Total 572 Évaluations |
Développeur | デジタル庁 |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://myna.go.jp/ |
URL de la Page de Politique de Confidentialité | https://img.myna.go.jp/html/kojinjouhouhogo.html |
Langues Prises en Charge | 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" ] } |