Marketplace Helper
An extension to help marketplace sellers with their daily activities. Allows you to list products automatically and import products…
ما هو Marketplace Helper؟
Marketplace Helper هو إضافة Chrome تم تطويرها بواسطة https://fbdropshipper.com، والميزة الرئيسية لها هي "An extension to help marketplace sellers with their daily activities. Allows you to list products automatically and import products…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Marketplace Helper
قم بتنزيل ملفات الامتداد Marketplace Helper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
An extension to help marketplace sellers with their daily activities. Allows you to list products automatically and import products to your dashboard.
معلومات أساسية عن التمديد
الاسم | Marketplace Helper |
ID | aacfikigofciaffpaeohjmnckodhoafk |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/marketplace-helper/aacfikigofciaffpaeohjmnckodhoafk |
الوصف | An extension to help marketplace sellers with their daily activities. Allows you to list products automatically and import products… |
حجم الملف | 243 KB |
عدد التثبيتات | 11 |
النسخة الحالية | 3.4.8 |
آخر تحديث | 2022-09-20 |
تاريخ النشر | 2022-02-14 |
المطور | https://fbdropshipper.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://fbdropshipper.com/privacy-policy |
اللغات المدعومة | 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\/*" ] } |