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 |
| 公式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 |
| Eメール | [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"
} | |