MRKTLISTER Facebook Marketplace Lister
Facebook Marketplace Automated Listing Software
Wat is MRKTLISTER Facebook Marketplace Lister?
MRKTLISTER Facebook Marketplace Lister is een Chrome-extensie ontwikkeld door MRKTLISTER, en de belangrijkste functie is "Facebook Marketplace Automated Listing Software".
Extensie Screenshots
Download het CRX-bestand van de extensie MRKTLISTER Facebook Marketplace Lister
Download MRKTLISTER Facebook Marketplace Lister-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
A fully automated solution to bulk listing on Facebook Marketplace. Increase productivity by importing inventory via CSV file and posting live listings completely hands-free!
Basisinformatie over de Extensie
Naam | MRKTLISTER Facebook Marketplace Lister |
ID | fagefmdpgkfoedfpbnlcjoianiahlidc |
Officiële URL | https://chromewebstore.google.com/detail/mrktlister-facebook-marke/fagefmdpgkfoedfpbnlcjoianiahlidc |
Beschrijving | Facebook Marketplace Automated Listing Software |
Bestandsgrootte | 119 KB |
Aantal Installaties | 251 |
Huidige Versie | 4.2 |
Laatst Bijgewerkt | 2022-06-16 |
Publicatiedatum | 2021-11-03 |
Beoordeling | 3.50/5 Totaal 2 Beoordelingen |
Ontwikkelaar | MRKTLISTER |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.mrktlister.com/ |
URL van de Privacybeleid Pagina | https://www.mrktlister.com/privacy-policy |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MRKTLISTER Facebook Marketplace Lister", "description": "Facebook Marketplace Automated Listing Software", "version": "4.2", "manifest_version": 3, "background": { "service_worker": "background.min.js" }, "content_scripts": [ { "matches": [ "https:\/\/www.facebook.com\/marketplace\/*", "https:\/\/facebook.com\/marketplace\/*" ], "js": [ "thirdParty\/jquery-3.6.0.min.js", "content.min.js" ] } ], "permissions": [ "activeTab", "storage", "scripting" ], "host_permissions": [ "https:\/\/www.facebook.com\/marketplace\/*", "https:\/\/facebook.com\/marketplace\/*" ], "action": { "default_icon": "images\/favicon\/favicon_16.png", "default_popup": "popup.html", "default_title": "Mrktlister" }, "icons": { "16": "images\/favicon\/favicon_16.png", "32": "images\/favicon\/favicon_32.png", "48": "images\/favicon\/favicon_48.png", "64": "images\/favicon\/favicon_64.png", "128": "images\/favicon\/favicon_128.png" } } |