Marketplace Helper
An extension to help marketplace sellers with their daily activities. Allows you to list products automatically and import products…
Wat is Marketplace Helper?
Marketplace Helper is een Chrome-extensie ontwikkeld door https://fbdropshipper.com, en de belangrijkste functie is "An extension to help marketplace sellers with their daily activities. Allows you to list products automatically and import products…".
Extensie Screenshots
Download het CRX-bestand van de extensie Marketplace Helper
Download Marketplace Helper-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
An extension to help marketplace sellers with their daily activities. Allows you to list products automatically and import products to your dashboard.
Basisinformatie over de Extensie
Naam | Marketplace Helper |
ID | aacfikigofciaffpaeohjmnckodhoafk |
Officiële URL | https://chromewebstore.google.com/detail/marketplace-helper/aacfikigofciaffpaeohjmnckodhoafk |
Beschrijving | An extension to help marketplace sellers with their daily activities. Allows you to list products automatically and import products… |
Bestandsgrootte | 243 KB |
Aantal Installaties | 11 |
Huidige Versie | 3.4.8 |
Laatst Bijgewerkt | 2022-09-20 |
Publicatiedatum | 2022-02-14 |
Ontwikkelaar | https://fbdropshipper.com |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://fbdropshipper.com/privacy-policy |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Marketplace Helper", "version": "3.4.8", "description": "", "manifest_version": 3, "incognito": "split", "icons": { "128": "assets\/icons\/icon.png" }, "action": { "default_icon": "assets\/icons\/icon.png", "default_popup": "index.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.amazon.com\/gp\/search\/*", "https:\/\/www.amazon.com\/s\/*", "https:\/\/www.amazon.com\/s?*", "https:\/\/www.amazon.com\/*\/dp\/*", "https:\/\/www.amazon.com\/dp\/*" ], "all_frames": false, "js": [ "scripts\/external-integration.js" ], "run_at": "document_idle" } ], "background": { "service_worker": "scripts\/background.js", "type": "module" }, "permissions": [ "tabs", "storage", "scripting", "clipboardRead", "clipboardWrite" ], "host_permissions": [ "https:\/\/www.facebook.com\/marketplace\/*", "https:\/\/*.fbdropshipper.com\/*", "https:\/\/www.amazon.com\/*" ] } |