メルカリ超かんたん計算機
Mercari as CSV (メルカリ計算機)
What is メルカリ超かんたん計算機?
メルカリ超かんたん計算機 is a Chrome extension developed by https://sedorifever.xyz, and its main feature is "Mercari as CSV (メルカリ計算機)".
Extension Screenshots
Download メルカリ超かんたん計算機 Extension CRX File
Download メルカリ超かんたん計算機 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シートに集計してダウンロードします。 Chrome上でメルカリを表示し「出品した商品」の「売却済み」ページ、または「購入した商品」を閲覧すると「CSV」ボタンが表示されます。 このボタンをクリックすることで表示されている商品の「商品名」「金額」などの各パラメータをCSVシートに集計します。 既に削除してしまった商品については集計できませんのでご注意ください。
Extension Basic Information
Name | メルカリ超かんたん計算機 |
ID | imenhkkfpljpfbfmaekoefcojlhodbdl |
Official URL | https://chromewebstore.google.com/detail/%E3%83%A1%E3%83%AB%E3%82%AB%E3%83%AA%E8%B6%85%E3%81%8B%E3%82%93%E3%81%9F%E3%82%93%E8%A8%88%E7%AE%97%E6%A9%9F/imenhkkfpljpfbfmaekoefcojlhodbdl |
Description | Mercari as CSV (メルカリ計算機) |
File Size | 35.97 KB |
Installation Count | 71 |
Current Version | 0.0.3 |
Last Updated | 2023-03-03 |
Publish Date | 2023-03-03 |
Developer | https://sedorifever.xyz |
[email protected] | |
Payment Type | free |
Extension Website | http://sedorifever.xyz/portal/ |
Help Page URL | https://line.me/ti/g2/0ssebHzZzWP4xSelP1IIs_e9KGqR4zxczmMy2g |
Privacy Policy Page URL | http://sedorifever.xyz/privacy |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "\u30e1\u30eb\u30ab\u30ea\u8d85\u304b\u3093\u305f\u3093\u8a08\u7b97\u6a5f", "description": "Mercari as CSV (\u30e1\u30eb\u30ab\u30ea\u8a08\u7b97\u6a5f)", "version": "0.0.3", "icons": { "16": "icons\/i16.png", "48": "icons\/i48.png", "128": "icons\/i128.png" }, "permissions": [ "storage", "notifications" ], "host_permissions": [ "https:\/\/jp.mercari.com\/", "http:\/\/sedorifever.xyz\/" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/jp.mercari.com\/*" ], "js": [ "bolt\/bolt_at_start.js" ], "run_at": "document_start" }, { "matches": [ "https:\/\/jp.mercari.com\/*" ], "run_at": "document_end", "js": [ "bolt\/sweetalert2.all.min.js", "bolt\/bolt.js", "content_script.js", "content_script2.js" ], "css": [ "style.css", "bolt\/bolt.css" ] } ] } |