freeeマイナポータル連携AP

freeeでマイナンバーカードを用いた電子申請機能を利用するためのアプリケーションです

Cos'è freeeマイナポータル連携AP?

freeeマイナポータル連携AP è un'estensione di Chrome sviluppata da freee株式会社, e la sua funzione principale è "freeeでマイナンバーカードを用いた電子申請機能を利用するためのアプリケーションです".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione freeeマイナポータル連携AP

Scarica i file di estensione freeeマイナポータル連携AP in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        ■ 対象サービス
・freee会社設立

■対応OS
・Microsoft Windows 10 (32bit / 64bit)
・Microsoft Windows 8.1 (32bit / 64bit)
・macOS 11.3 Big Sur
・macOS 10.15 Catalina

■注意事項
・Chrome拡張機能の他に利用者クライアントソフトおよび電子申請アプリのインストールが必要となります。                    

Informazioni di Base sull'Estensione

Nome freeeマイナポータル連携AP freeeマイナポータル連携AP
ID cijmomgkfnplkgfmnmjgeencnfihaaha
URL Ufficiale 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
Descrizione freeeでマイナンバーカードを用いた電子申請機能を利用するためのアプリケーションです
Dimensione del File 16.82 KB
Conteggio Installazioni 12,181
Versione Corrente 1.0.6
Ultimo Aggiornamento 2021-10-11
Data di Pubblicazione 2021-10-11
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore freee株式会社
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.freee.co.jp/
Lingue Supportate 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\/**"
    ]
}