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.

O que é Product Relister for Mercari?

Product Relister for Mercari é uma extensão do Chrome desenvolvida por Relister Extension, e sua principal característica é "Boost sales on Mercari by relisting your products in a snap! Simply visit the listing you want to relist and click the icon.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Product Relister for Mercari

Baixe arquivos de extensão Product Relister for Mercari no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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].                    

Informações Básicas da Extensão

Nome Product Relister for Mercari Product Relister for Mercari
ID codkkmheeddeihfgiaofbppbnkfjlhhk
URL Oficial https://chromewebstore.google.com/detail/product-relister-for-merc/codkkmheeddeihfgiaofbppbnkfjlhhk
Descrição Boost sales on Mercari by relisting your products in a snap! Simply visit the listing you want to relist and click the icon.
Tamanho do Arquivo 19.26 KB
Contagem de Instalações 2,000
Versão Atual 0.0.9
Última Atualização 2024-03-02
Data de Publicação 2022-06-14
Classificação 4.64/5 Total de 11 Avaliações
Desenvolvedor Relister Extension
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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": []
}