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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة سياسة الخصوصية | 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" } |