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.
Apa itu Product Relister for Mercari?
Product Relister for Mercari adalah ekstensi Chrome yang dikembangkan oleh Relister Extension, dan fitur utamanya adalah "Boost sales on Mercari by relisting your products in a snap! Simply visit the listing you want to relist and click the icon.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Product Relister for Mercari
Unduh file ekstensi Product Relister for Mercari dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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].
Informasi Dasar Ekstensi
Nama | Product Relister for Mercari |
ID | codkkmheeddeihfgiaofbppbnkfjlhhk |
URL Resmi | https://chromewebstore.google.com/detail/product-relister-for-merc/codkkmheeddeihfgiaofbppbnkfjlhhk |
Deskripsi | Boost sales on Mercari by relisting your products in a snap! Simply visit the listing you want to relist and click the icon. |
Ukuran File | 19.26 KB |
Jumlah Instalasi | 2,000 |
Versi Saat Ini | 0.0.9 |
Terakhir Diperbarui | 2024-03-02 |
Tanggal Publikasi | 2022-06-14 |
Penilaian | 4.64/5 Total 11 Penilaian |
Pengembang | Relister Extension |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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": [] } |