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.

Qu'est-ce que Product Relister for Mercari ?

Product Relister for Mercari est une extension Chrome développée par Relister Extension, et sa fonction principale est "Boost sales on Mercari by relisting your products in a snap! Simply visit the listing you want to relist and click the icon.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Product Relister for Mercari

Téléchargez les fichiers d'extension Product Relister for Mercari au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Product Relister for Mercari Product Relister for Mercari
ID codkkmheeddeihfgiaofbppbnkfjlhhk
URL Officiel https://chromewebstore.google.com/detail/product-relister-for-merc/codkkmheeddeihfgiaofbppbnkfjlhhk
Description Boost sales on Mercari by relisting your products in a snap! Simply visit the listing you want to relist and click the icon.
Taille du Fichier 19.26 KB
Nombre d'Installations 2,000
Version Actuelle 0.0.9
Dernière Mise à Jour 2024-03-02
Date de Publication 2022-06-14
Évaluation 4.64/5 Total 11 Évaluations
Développeur Relister Extension
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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": []
}