Marketplace Listings Reposter
Use this extension to repost your listings on the Facebook Marketplace with ease!
O que é Marketplace Listings Reposter?
Marketplace Listings Reposter é uma extensão do Chrome desenvolvida por SaltyNerdAppStudio, e sua principal característica é "Use this extension to repost your listings on the Facebook Marketplace with ease!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Marketplace Listings Reposter
Baixe arquivos de extensão Marketplace Listings Reposter no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | Marketplace Listings Reposter |
ID | omkhphhbdgbccmbglgddbonncpghohag |
URL Oficial | https://chromewebstore.google.com/detail/marketplace-listings-repo/omkhphhbdgbccmbglgddbonncpghohag |
Descrição | Use this extension to repost your listings on the Facebook Marketplace with ease! |
Tamanho do Arquivo | 1.44 MB |
Contagem de Instalações | 196 |
Versão Atual | 1.37 |
Última Atualização | 2024-02-25 |
Data de Publicação | 2023-08-16 |
Classificação | 2.67/5 Total de 3 Avaliações |
Desenvolvedor | SaltyNerdAppStudio |
[email protected] | |
Tipo de Pagamento | in_app |
URL da Página de Política de Privacidade | https://sites.google.com/view/saltynerd-appstudio/home/privacy-policy |
Idiomas Suportados | 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" } |