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?
Product Relister for Mercari是由Relister Extension开发的Chrome扩展程序,该扩展的主要功能是“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扩展crx文件
下载Product Relister for Mercari扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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].
扩展基本信息
名称 | Product Relister for Mercari |
ID | codkkmheeddeihfgiaofbppbnkfjlhhk |
官方URL | https://chromewebstore.google.com/detail/product-relister-for-merc/codkkmheeddeihfgiaofbppbnkfjlhhk |
简介 | Boost sales on Mercari by relisting your products in a snap! Simply visit the listing you want to relist and click the icon. |
文件大小 | 19.26 KB |
安装次数 | 2,000 |
当前版本 | 0.0.9 |
更新时间 | 2024-03-02 |
上架时间 | 2022-06-14 |
评分 | 4.64/5 共11次评分 |
开发者 | Relister Extension |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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": [] } |