Marketplace Listings Reposter
Use this extension to repost your listings on the Facebook Marketplace with ease!
What is Marketplace Listings Reposter?
Marketplace Listings Reposter is a Chrome extension developed by SaltyNerdAppStudio, and its main feature is "Use this extension to repost your listings on the Facebook Marketplace with ease!".
Extension Screenshots
Download Marketplace Listings Reposter Extension CRX File
Download Marketplace Listings Reposter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Elevate your Facebook Marketplace selling game! 🚀 📈 Boost Visibility: Repost to the first page for more responses. 🕒 Skip the Wait: Dump the 7-day bump rule and repost anytime. ⏰ Save Time: No more manual reposting. Easy as 1-2-3: 1. 🖱️ Click the extension icon. 2. ✅ Select your listings. 3. 🔄 Hit "Repost." Sell smarter, not harder!
Extension Basic Information
Name | Marketplace Listings Reposter |
ID | omkhphhbdgbccmbglgddbonncpghohag |
Official URL | https://chromewebstore.google.com/detail/marketplace-listings-repo/omkhphhbdgbccmbglgddbonncpghohag |
Description | Use this extension to repost your listings on the Facebook Marketplace with ease! |
File Size | 1.44 MB |
Installation Count | 196 |
Current Version | 1.37 |
Last Updated | 2024-02-25 |
Publish Date | 2023-08-16 |
Rating | 2.67/5 Total 3 Ratings |
Developer | SaltyNerdAppStudio |
[email protected] | |
Payment Type | in_app |
Privacy Policy Page URL | https://sites.google.com/view/saltynerd-appstudio/home/privacy-policy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Marketplace Listings Reposter", "description": "Use this extension to repost your listings on the Facebook Marketplace with ease!", "version": "1.37", "manifest_version": 3, "permissions": [ "tabs", "scripting", "storage" ], "host_permissions": [ "https:\/\/www.facebook.com\/*", "https:\/\/m.facebook.com\/*" ], "content_scripts": [ { "run_at": "document_start", "matches": [ "https:\/\/www.facebook.com\/*" ], "js": [ "contentScript.js" ] } ], "web_accessible_resources": [ { "resources": [ "\/assets\/loading.html", "\/assets\/loading.css", "\/assets\/network_listener.js" ], "matches": [ "https:\/\/www.facebook.com\/*" ] } ], "background": { "service_worker": "background.js" }, "action": [], "icons": { "16": "favicon16x16.png", "32": "favicon32x32.png", "128": "favicon128x128.png" }, "options_page": ".\/assets\/options.html" } |