メルカリ取引情報CSV出力

メルカリの取引情報を一括でCSV出力するツール

What is メルカリ取引情報CSV出力?

メルカリ取引情報CSV出力 is a Chrome extension developed by molee81, and its main feature is "メルカリの取引情報を一括で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

                        メルカリの取引情報を一括でCSV出力します。
メルカリにログインして拡張機能のボタンをクリックしてください。
処理が完了するとCSVがダウンロードされます。
ダウンロードされるまで画面を触らないでください。

※テスト時は10件程度の情報しか検証できていません。
※本ツールは、使用者の責任にて使用することを前提としています。
※本ツールの妥当性や結果に関する判断は使用者が行うべきものであり、著作権者は使用結果に関して何らの保証をするものではなく、どのような形でも責任を負いません。
※著作権者は本ツールの仕様、もしくは使用不能に起因して生じた利益の損失、障害、その他の金銭的な損害を含め、いかなる特定の偶発的、間接的、もしくは派生的損害についても責任を負いません。                    

Extension Basic Information

Name メルカリ取引情報CSV出力 メルカリ取引情報CSV出力
ID foilmlpikihmdfahnnilibccffcjejmd
Official URL https://chromewebstore.google.com/detail/%E3%83%A1%E3%83%AB%E3%82%AB%E3%83%AA%E5%8F%96%E5%BC%95%E6%83%85%E5%A0%B1csv%E5%87%BA%E5%8A%9B/foilmlpikihmdfahnnilibccffcjejmd
Description メルカリの取引情報を一括でCSV出力するツール
File Size 10.28 KB
Installation Count 249
Current Version 1.7
Last Updated 2024-01-12
Publish Date 2023-04-24
Rating 4.00/5 Total 2 Ratings
Developer molee81
Email [email protected]
Payment Type free
Help Page URL http://tarako.pro/oto/2023/04/22/%e3%83%a1%e3%83%ab%e3%82%ab%e3%83%aa%e5%8f%96%e5%bc%95%e6%83%85%e5%a0%b1csv%e5%87%ba%e5%8a%9b/
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "\u30e1\u30eb\u30ab\u30ea\u53d6\u5f15\u60c5\u5831CSV\u51fa\u529b",
    "description": "\u30e1\u30eb\u30ab\u30ea\u306e\u53d6\u5f15\u60c5\u5831\u3092\u4e00\u62ec\u3067CSV\u51fa\u529b\u3059\u308b\u30c4\u30fc\u30eb",
    "version": "1.7",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "action": {
        "default_title": "\u30e1\u30eb\u30ab\u30ea\u53d6\u5f15\u60c5\u5831CSV\u51fa\u529b"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "*:\/\/jp.mercari.com\/*"
    ]
}