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 https://fbdropshipper.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An extension to help marketplace sellers with their daily activities. Allows you to list products automatically and import products…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Marketplace Helper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
गोपनीयता नीति पृष्ठ URL | 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\/*" ] } |