Marketplace Helper
An extension to help marketplace sellers with their daily activities. Allows you to list products automatically and import products…
Apa itu Marketplace Helper?
Marketplace Helper adalah ekstensi Chrome yang dikembangkan oleh https://fbdropshipper.com, dan fitur utamanya adalah "An extension to help marketplace sellers with their daily activities. Allows you to list products automatically and import products…".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Marketplace Helper
Unduh file ekstensi Marketplace Helper dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
An extension to help marketplace sellers with their daily activities. Allows you to list products automatically and import products to your dashboard.
Informasi Dasar Ekstensi
Nama | Marketplace Helper |
ID | aacfikigofciaffpaeohjmnckodhoafk |
URL Resmi | https://chromewebstore.google.com/detail/marketplace-helper/aacfikigofciaffpaeohjmnckodhoafk |
Deskripsi | An extension to help marketplace sellers with their daily activities. Allows you to list products automatically and import products… |
Ukuran File | 243 KB |
Jumlah Instalasi | 11 |
Versi Saat Ini | 3.4.8 |
Terakhir Diperbarui | 2022-09-20 |
Tanggal Publikasi | 2022-02-14 |
Pengembang | https://fbdropshipper.com |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://fbdropshipper.com/privacy-policy |
Bahasa yang Didukung | 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\/*" ] } |