Marketplace Listings Reposter
Use this extension to repost your listings on the Facebook Marketplace with ease!
什么是Marketplace Listings Reposter?
Marketplace Listings Reposter是由SaltyNerdAppStudio开发的Chrome扩展程序,该扩展的主要功能是“Use this extension to repost your listings on the Facebook Marketplace with ease!”。
扩展截图
下载Marketplace Listings Reposter扩展crx文件
下载Marketplace Listings Reposter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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!
扩展基本信息
名称 | Marketplace Listings Reposter |
ID | omkhphhbdgbccmbglgddbonncpghohag |
官方URL | https://chromewebstore.google.com/detail/marketplace-listings-repo/omkhphhbdgbccmbglgddbonncpghohag |
简介 | Use this extension to repost your listings on the Facebook Marketplace with ease! |
文件大小 | 1.44 MB |
安装次数 | 196 |
当前版本 | 1.37 |
更新时间 | 2024-02-25 |
上架时间 | 2023-08-16 |
评分 | 2.67/5 共3次评分 |
开发者 | SaltyNerdAppStudio |
电子邮箱 | [email protected] |
付费类型 | in_app |
隐私政策页面URL | https://sites.google.com/view/saltynerd-appstudio/home/privacy-policy |
支持的语言 | 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" } |