Product Relister for Mercari

Boost sales on Mercari by relisting your products in a snap! Simply visit the listing you want to relist and click the icon.

Product Relister for Mercariとは何ですか?

Product Relister for MercariはRelister Extensionによって開発されたChromeの拡張機能で、その主な機能は「Boost sales on Mercari by relisting your products in a snap! Simply visit the listing you want to relist and click the icon.」です。

拡張機能のスクリーンショット

screenshot

Product Relister for Mercari拡張機能のCRXファイルをダウンロード

Product Relister for Mercari拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Boost your Mercari sales by re-listing your stale products with a click!

Instead of copying and pasting your product's attributes, let the extension do it for you.

1. Visit your product's page on Mercari.
2. Click the extension icon in the Chrome toolbar.
3. Your product's attributes will be automatically copied into a new listing.

---

This is a beta release. Please email feedback to [email protected].                    

拡張機能の基本情報

名前 Product Relister for Mercari Product Relister for Mercari
ID codkkmheeddeihfgiaofbppbnkfjlhhk
公式URL https://chromewebstore.google.com/detail/product-relister-for-merc/codkkmheeddeihfgiaofbppbnkfjlhhk
説明 Boost sales on Mercari by relisting your products in a snap! Simply visit the listing you want to relist and click the icon.
ファイルサイズ 19.26 KB
インストール数 2,000
現在のバージョン 0.0.9
最終更新日 2024-03-02
公開日 2022-06-14
評価 4.64/5 合計 11 レビュー
開発者 Relister Extension
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Product Relister for Mercari",
    "description": "Boost sales on Mercari by relisting your products in a snap! Simply visit the listing you want to relist and click the icon.",
    "version": "0.0.9",
    "manifest_version": 3,
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "scripting",
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/*.mercari.com\/*",
        "*:\/\/*.mercdn.net\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.mercari.com\/sell\/",
                "https:\/\/*.mercari.com\/sell"
            ],
            "js": [
                "import.js"
            ]
        }
    ],
    "action": []
}