Marketplace Helper
An extension to help marketplace sellers with their daily activities. Allows you to list products automatically and import products…
Co to jest Marketplace Helper?
Marketplace Helper to rozszerzenie Chrome opracowane przez https://fbdropshipper.com, a jego główną funkcją jest „An extension to help marketplace sellers with their daily activities. Allows you to list products automatically and import products…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Marketplace Helper
Pobierz pliki rozszerzeń Marketplace Helper w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
An extension to help marketplace sellers with their daily activities. Allows you to list products automatically and import products to your dashboard.
Podstawowe informacje o rozszerzeniu
Nazwa | Marketplace Helper |
ID | aacfikigofciaffpaeohjmnckodhoafk |
Oficjalny URL | https://chromewebstore.google.com/detail/marketplace-helper/aacfikigofciaffpaeohjmnckodhoafk |
Opis | An extension to help marketplace sellers with their daily activities. Allows you to list products automatically and import products… |
Rozmiar pliku | 243 KB |
Liczba instalacji | 11 |
Aktualna Wersja | 3.4.8 |
Ostatnia Aktualizacja | 2022-09-20 |
Data Publikacji | 2022-02-14 |
Deweloper | https://fbdropshipper.com |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://fbdropshipper.com/privacy-policy |
Obsługiwane Języki | 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\/*" ] } |