メルカリ取引情報CSV出力
メルカリの取引情報を一括でCSV出力するツール
Hvad er メルカリ取引情報CSV出力?
メルカリ取引情報CSV出力 er en Chrome-udvidelse udviklet af molee81, og dens hovedfunktion er "メルカリの取引情報を一括でCSV出力するツール".
Udvidelsesskærmbilleder
Download メルカリ取引情報CSV出力-udvidelses-CRX-fil
Download メルカリ取引情報CSV出力-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
メルカリの取引情報を一括でCSV出力します。 メルカリにログインして拡張機能のボタンをクリックしてください。 処理が完了するとCSVがダウンロードされます。 ダウンロードされるまで画面を触らないでください。 ※テスト時は10件程度の情報しか検証できていません。 ※本ツールは、使用者の責任にて使用することを前提としています。 ※本ツールの妥当性や結果に関する判断は使用者が行うべきものであり、著作権者は使用結果に関して何らの保証をするものではなく、どのような形でも責任を負いません。 ※著作権者は本ツールの仕様、もしくは使用不能に起因して生じた利益の損失、障害、その他の金銭的な損害を含め、いかなる特定の偶発的、間接的、もしくは派生的損害についても責任を負いません。
Grundlæggende oplysninger om udvidelsen
Navn | メルカリ取引情報CSV出力 |
ID | foilmlpikihmdfahnnilibccffcjejmd |
Officiel 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 |
Beskrivelse | メルカリの取引情報を一括でCSV出力するツール |
Filstørrelse | 10.28 KB |
Antal Installationer | 249 |
Nuværende Version | 1.7 |
Senest Opdateret | 2024-01-12 |
Udgivelsesdato | 2023-04-24 |
Bedømmelse | 4.00/5 Samlet 2 Bedømmelser |
Udvikler | molee81 |
[email protected] | |
Betalingsmetode | free |
Hjælpeside-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/ |
Understøttede Sprog | 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\/*" ] } |