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.
Was ist Product Relister for Mercari?
Product Relister for Mercari ist eine Chrome-Erweiterung, die von Relister Extension entwickelt wurde, und ihr Hauptmerkmal ist "Boost sales on Mercari by relisting your products in a snap! Simply visit the listing you want to relist and click the icon.".
Erweiterungsscreenshots
Product Relister for Mercari-Erweiterungs-CRX-Datei herunterladen
Laden Sie Product Relister for Mercari-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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].
Grundlegende Informationen zur Erweiterung
Name | Product Relister for Mercari |
ID | codkkmheeddeihfgiaofbppbnkfjlhhk |
Offizielle URL | https://chromewebstore.google.com/detail/product-relister-for-merc/codkkmheeddeihfgiaofbppbnkfjlhhk |
Beschreibung | Boost sales on Mercari by relisting your products in a snap! Simply visit the listing you want to relist and click the icon. |
Dateigröße | 19.26 KB |
Installationsanzahl | 2,000 |
Aktuelle Version | 0.0.9 |
Letztes Update | 2024-03-02 |
Veröffentlichungsdatum | 2022-06-14 |
Bewertung | 4.64/5 Insgesamt 11 Bewertungen |
Entwickler | Relister Extension |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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": [] } |