メルカリ売上一覧CSVダウンロード

メルカリの売却済みの商品リストをCSVでダウンロードします。

Wat is メルカリ売上一覧CSVダウンロード?

メルカリ売上一覧CSVダウンロード is een Chrome-extensie ontwikkeld door 音水, en de belangrijkste functie is "メルカリの売却済みの商品リストをCSVでダウンロードします。".

Extensie Screenshots

screenshot
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ダウンロード」をクリックすることで
そのページの送品一覧がCSVでダウンロードできます。
ダウンロードはページごとに行っていただく必要があります。                    

Basisinformatie over de Extensie

Naam メルカリ売上一覧CSVダウンロード メルカリ売上一覧CSVダウンロード
ID ojhpfkcljghomokncmggohbbieahfgig
Officiële URL https://chromewebstore.google.com/detail/%E3%83%A1%E3%83%AB%E3%82%AB%E3%83%AA%E5%A3%B2%E4%B8%8A%E4%B8%80%E8%A6%A7csv%E3%83%80%E3%82%A6%E3%83%B3%E3%83%AD%E3%83%BC%E3%83%89/ojhpfkcljghomokncmggohbbieahfgig
Beschrijving メルカリの売却済みの商品リストをCSVでダウンロードします。
Bestandsgrootte 47.51 KB
Aantal Installaties 4,883
Huidige Versie 0.0.1
Laatst Bijgewerkt 2021-07-23
Publicatiedatum 2021-07-22
Beoordeling 3.73/5 Totaal 15 Beoordelingen
Ontwikkelaar 音水
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u30e1\u30eb\u30ab\u30ea\u58f2\u4e0a\u4e00\u89a7CSV\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9",
    "short_name": "\u30e1\u30eb\u30ab\u30ea\u58f2\u4e0a\u4e00\u89a7CSV",
    "version": "0.0.1",
    "description": "\u30e1\u30eb\u30ab\u30ea\u306e\u58f2\u5374\u6e08\u307f\u306e\u5546\u54c1\u30ea\u30b9\u30c8\u3092CSV\u3067\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3057\u307e\u3059\u3002",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.mercari.com\/*"
            ],
            "js": [
                "jquery-3.5.1.min.js",
                "content-script.js"
            ]
        }
    ],
    "options_ui": {
        "page": "options.html"
    },
    "background": {
        "scripts": [
            "background-script.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "https:\/\/www.mercari.com\/*"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}