かんたんCSVダウンロード

Yahoo!かんたん決済の支払一覧の詳細情報をCSVでダウンロードします。

What is かんたんCSVダウンロード?

かんたんCSVダウンロード is a Chrome extension developed by https://otomizu.work, and its main feature is "Yahoo!かんたん決済の支払一覧の詳細情報をCSVでダウンロードします。".

Extension Screenshots

screenshot

Download かんたんCSVダウンロード Extension CRX File

Download かんたんCSVダウンロード 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

                        支払一覧で出力したい月に移動し、画面上で右クリック「Yahoo!かんたん決済支払い一覧CSVダウンロード」をクリックします。
ダウンロードが開始するまでには件数が多いほど時間がかかります。

F12キーのコンソールから進捗を確認できます。                    

Extension Basic Information

Name かんたんCSVダウンロード かんたんCSVダウンロード
ID jphkmoanbilmnmcjnigbmddfceodnlcf
Official URL https://chromewebstore.google.com/detail/%E3%81%8B%E3%82%93%E3%81%9F%E3%82%93csv%E3%83%80%E3%82%A6%E3%83%B3%E3%83%AD%E3%83%BC%E3%83%89/jphkmoanbilmnmcjnigbmddfceodnlcf
Description Yahoo!かんたん決済の支払一覧の詳細情報をCSVでダウンロードします。
File Size 17.53 KB
Installation Count 1,747
Current Version 0.4.2
Last Updated 2021-06-27
Publish Date 2020-03-11
Rating 5.00/5 Total 1 Ratings
Developer https://otomizu.work
Email [email protected]
Payment Type free
Extension Website https://otomizu.work/2019/05/27/kantan-csv/
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u304b\u3093\u305f\u3093CSV\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9",
    "short_name": "\u304b\u3093\u305f\u3093CSV",
    "version": "0.4.2",
    "description": "Yahoo!\u304b\u3093\u305f\u3093\u6c7a\u6e08\u306e\u652f\u6255\u4e00\u89a7\u306e\u8a73\u7d30\u60c5\u5831\u3092CSV\u3067\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3057\u307e\u3059\u3002",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/aucpay.yahoo.co.jp\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "options_ui": {
        "page": "options.html"
    },
    "background": {
        "scripts": [
            "background-script.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "https:\/\/aucpay.yahoo.co.jp\/*"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}