メルカリ取引情報CSV出力

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

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

メルカリ取引情報CSV出力 is een Chrome-extensie ontwikkeld door molee81, en de belangrijkste functie is "メルカリの取引情報を一括でCSV出力するツール".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie メルカリ取引情報CSV出力

Download メルカリ取引情報CSV出力-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

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

Basisinformatie over de Extensie

Naam メルカリ取引情報CSV出力 メルカリ取引情報CSV出力
ID foilmlpikihmdfahnnilibccffcjejmd
Officiële 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
Beschrijving メルカリの取引情報を一括でCSV出力するツール
Bestandsgrootte 10.28 KB
Aantal Installaties 249
Huidige Versie 1.7
Laatst Bijgewerkt 2024-01-12
Publicatiedatum 2023-04-24
Beoordeling 4.00/5 Totaal 2 Beoordelingen
Ontwikkelaar molee81
E-mail [email protected]
Betalingswijze free
Help Pagina-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/
Ondersteunde Talen 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\/*"
    ]
}