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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
개인정보 보호 정책 페이지 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" } |