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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Relister Extension และคุณลักษณะหลักของมันคือ "Boost sales on Mercari by relisting your products in a snap! Simply visit the listing you want to relist and click the icon."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Product Relister for Mercari
ดาวน์โหลดไฟล์ส่วนขยาย 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": [] } |