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 là gì?
Product Relister for Mercari là một tiện ích mở rộng Chrome được phát triển bởi Relister Extension, và tính năng chính của nó là "Boost sales on Mercari by relisting your products in a snap! Simply visit the listing you want to relist and click the icon.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Product Relister for Mercari
Tải xuống các tệp mở rộng Product Relister for Mercari dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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].
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Product Relister for Mercari |
ID | codkkmheeddeihfgiaofbppbnkfjlhhk |
URL Chính Thức | https://chromewebstore.google.com/detail/product-relister-for-merc/codkkmheeddeihfgiaofbppbnkfjlhhk |
Mô tả | Boost sales on Mercari by relisting your products in a snap! Simply visit the listing you want to relist and click the icon. |
Kích Thước Tệp | 19.26 KB |
Số Lần Cài Đặt | 2,000 |
Phiên Bản Hiện Tại | 0.0.9 |
Cập Nhật Lần Cuối | 2024-03-02 |
Ngày Phát Hành | 2022-06-14 |
Đánh Giá | 4.64/5 Tổng số 11 Đánh Giá |
Nhà Phát Triển | Relister Extension |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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": [] } |