Marketplace Helper
An extension to help marketplace sellers with their daily activities. Allows you to list products automatically and import products…
What is Marketplace Helper?
Marketplace Helper is a Chrome extension developed by https://fbdropshipper.com, and its main feature is "An extension to help marketplace sellers with their daily activities. Allows you to list products automatically and import products…".
Extension Screenshots
Download Marketplace Helper Extension CRX File
Download Marketplace Helper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
An extension to help marketplace sellers with their daily activities. Allows you to list products automatically and import products to your dashboard.
Extension Basic Information
Name | Marketplace Helper |
ID | aacfikigofciaffpaeohjmnckodhoafk |
Official URL | https://chromewebstore.google.com/detail/marketplace-helper/aacfikigofciaffpaeohjmnckodhoafk |
Description | An extension to help marketplace sellers with their daily activities. Allows you to list products automatically and import products… |
File Size | 243 KB |
Installation Count | 11 |
Current Version | 3.4.8 |
Last Updated | 2022-09-20 |
Publish Date | 2022-02-14 |
Developer | https://fbdropshipper.com |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://fbdropshipper.com/privacy-policy |
Supported Languages | 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\/*" ] } |