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": [] } |