Marketplace Listings Reposter

Use this extension to repost your listings on the Facebook Marketplace with ease!

Marketplace Listings Reposterคืออะไร?

Marketplace Listings Reposter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SaltyNerdAppStudio และคุณลักษณะหลักของมันคือ "Use this extension to repost your listings on the Facebook Marketplace with ease!"

ภาพหน้าจอของส่วนขยาย

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Marketplace Listings Reposter

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
}