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
官方網址 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
電子郵箱 [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": []
}