Marketplace Listings Reposter

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

Apa itu Marketplace Listings Reposter?

Marketplace Listings Reposter adalah ekstensi Chrome yang dikembangkan oleh SaltyNerdAppStudio, dan fitur utamanya adalah "Use this extension to repost your listings on the Facebook Marketplace with ease!".

Screenshot Ekstensi

Unduh Berkas CRX Ekstensi Marketplace Listings Reposter

Unduh file ekstensi Marketplace Listings Reposter dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Marketplace Listings Reposter Marketplace Listings Reposter
ID omkhphhbdgbccmbglgddbonncpghohag
URL Resmi https://chromewebstore.google.com/detail/marketplace-listings-repo/omkhphhbdgbccmbglgddbonncpghohag
Deskripsi Use this extension to repost your listings on the Facebook Marketplace with ease!
Ukuran File 1.44 MB
Jumlah Instalasi 196
Versi Saat Ini 1.37
Terakhir Diperbarui 2024-02-25
Tanggal Publikasi 2023-08-16
Penilaian 2.67/5 Total 3 Penilaian
Pengembang SaltyNerdAppStudio
Email [email protected]
Tipe Pembayaran in_app
URL Halaman Kebijakan Privasi https://sites.google.com/view/saltynerd-appstudio/home/privacy-policy
Bahasa yang Didukung 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"
}