メルカリ超かんたん計算機

Mercari as CSV (メルカリ計算機)

Wat is メルカリ超かんたん計算機?

メルカリ超かんたん計算機 is een Chrome-extensie ontwikkeld door https://sedorifever.xyz, en de belangrijkste functie is "Mercari as CSV (メルカリ計算機)".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie メルカリ超かんたん計算機

Download メルカリ超かんたん計算機-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シートに集計してダウンロードします。

Chrome上でメルカリを表示し「出品した商品」の「売却済み」ページ、または「購入した商品」を閲覧すると「CSV」ボタンが表示されます。

このボタンをクリックすることで表示されている商品の「商品名」「金額」などの各パラメータをCSVシートに集計します。

既に削除してしまった商品については集計できませんのでご注意ください。                    

Basisinformatie over de Extensie

Naam メルカリ超かんたん計算機 メルカリ超かんたん計算機
ID imenhkkfpljpfbfmaekoefcojlhodbdl
Officiële 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
Beschrijving Mercari as CSV (メルカリ計算機)
Bestandsgrootte 35.97 KB
Aantal Installaties 71
Huidige Versie 0.0.3
Laatst Bijgewerkt 2023-03-03
Publicatiedatum 2023-03-03
Ontwikkelaar https://sedorifever.xyz
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://sedorifever.xyz/portal/
Help Pagina-URL https://line.me/ti/g2/0ssebHzZzWP4xSelP1IIs_e9KGqR4zxczmMy2g
URL van de Privacybeleid Pagina http://sedorifever.xyz/privacy
Ondersteunde Talen 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"
            ]
        }
    ]
}