Marketplace Helper
An extension to help marketplace sellers with their daily activities. Allows you to list products automatically and import products…
Was ist Marketplace Helper?
Marketplace Helper ist eine Chrome-Erweiterung, die von https://fbdropshipper.com entwickelt wurde, und ihr Hauptmerkmal ist "An extension to help marketplace sellers with their daily activities. Allows you to list products automatically and import products…".
Erweiterungsscreenshots
Marketplace Helper-Erweiterungs-CRX-Datei herunterladen
Laden Sie Marketplace Helper-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
An extension to help marketplace sellers with their daily activities. Allows you to list products automatically and import products to your dashboard.
Grundlegende Informationen zur Erweiterung
Name | Marketplace Helper |
ID | aacfikigofciaffpaeohjmnckodhoafk |
Offizielle URL | https://chromewebstore.google.com/detail/marketplace-helper/aacfikigofciaffpaeohjmnckodhoafk |
Beschreibung | An extension to help marketplace sellers with their daily activities. Allows you to list products automatically and import products… |
Dateigröße | 243 KB |
Installationsanzahl | 11 |
Aktuelle Version | 3.4.8 |
Letztes Update | 2022-09-20 |
Veröffentlichungsdatum | 2022-02-14 |
Entwickler | https://fbdropshipper.com |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://fbdropshipper.com/privacy-policy |
Unterstützte Sprachen | 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\/*" ] } |