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! 擴展基本資訊
| 名稱 | |
| ID | omkhphhbdgbccmbglgddbonncpghohag |
| 官方網址 | 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"
} | |