SupplyDrop
An automated inventory management and crosslisting tool for resellers.
SupplyDrop क्या है?
SupplyDrop https://supplydrop.ai द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An automated inventory management and crosslisting tool for resellers."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में SupplyDrop एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Introducing the SupplyDrop Chrome Extension - the best sidekick to simplify your inventory management and crosslisting needs. Join hundreds of SupplyDrop users who are transforming their workflows. ✨ AI Optimized Listing Automatically generate new and authentic product listings that sound like you hand-wrote them, dramatically increasing your sell through rate. ⚡️ Crosslist Everywhere Automatically list on second-hand marketplaces like Facebook Marketplace, eBay, Poshmark, Mercari, Shopify, and more with just a click. 🤖 Automatic Imports Automatically import product details from your favorite retailer so you never have to manually copy anything ever again.
एक्सटेंशन की मूल जानकारी
नाम | SupplyDrop |
ID | mkdnilkkpbkdmdjdggknamkingjdpgjc |
आधिकारिक URL | https://chromewebstore.google.com/detail/supplydrop/mkdnilkkpbkdmdjdggknamkingjdpgjc |
विवरण | An automated inventory management and crosslisting tool for resellers. |
फ़ाइल का आकार | 27.87 KB |
स्थापना संख्या | 186 |
वर्तमान संस्करण | 2.1.1 |
अंतिम अपडेट | 2023-11-09 |
प्रकाशन तिथि | 2023-08-17 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | https://supplydrop.ai |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://supplydrop.ai |
सहायता पृष्ठ URL | https://supplydrop.ai |
गोपनीयता नीति पृष्ठ URL | https://supplydrop.ai/privacy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SupplyDrop", "description": "An automated inventory management and crosslisting tool for resellers.", "homepage_url": "https:\/\/supplydrop.ai", "version": "2.1.1", "manifest_version": 3, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlYvvlzcxFhPWKMUO8HjE5xdAkc8McHVEO0NRORCQ\/q8OJIJwIUaxCHkjzX5ITjzJQH3GahgfxM9oqnOgJ\/KemwpC8gnQ8YECq4aIe\/Y7Xo1sTm2p2ox08k6MkCM9qvwtDw1TWPCaNUHMVq\/qBzhqtn77jXeTAzTUhYKKJuB1L8qrdvJLcgqapeyrbam87Hn0oFkaR2dW0+PSg8VQaiQ2sqLjq5dq9xs2xsYSn6rFbYFEwVLim0vkZ5ZVVyYWqRL0EDUQQKQFsLNMEEXx1Kc4GhpkJ5YT3y0WsAPsJ2CAhwUNbp59i4EjR9+Kxp2D0ElJ4Ndje1BZPs6G9wlZnAw44QIDAQAB", "icons": { "48": "assets\/48.png", "128": "assets\/128.png" }, "action": { "default_title": "AutoLister" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/*.facebook.com\/*" ], "js": [ "marketplaces\/facebook.js" ] }, { "matches": [ "https:\/\/*.mercari.com\/*" ], "js": [ "marketplaces\/mercari.js" ] }, { "matches": [ "https:\/\/*.poshmark.com\/*" ], "js": [ "marketplaces\/poshmark.js" ] }, { "matches": [ "https:\/\/*.varagesale.com\/*" ], "js": [ "marketplaces\/varagesale.js" ] }, { "matches": [ "https:\/\/*.nextdoor.com\/*" ], "js": [ "marketplaces\/nextdoor.js" ] }, { "matches": [ "https:\/\/*.walmart.com\/*" ], "js": [ "scrape\/walmart.js" ] }, { "matches": [ "https:\/\/*.target.com\/*" ], "js": [ "scrape\/target.js" ] }, { "matches": [ "https:\/\/*.homedepot.com\/*" ], "js": [ "scrape\/homedepot.js" ] }, { "matches": [ "https:\/\/*.lowes.com\/*" ], "js": [ "scrape\/lowes.js" ] } ], "host_permissions": [ "https:\/\/*.thdstatic.com\/*" ], "externally_connectable": { "matches": [ "https:\/\/*.lunarutility.com\/*", "http:\/\/localhost:3000\/*", "https:\/\/*.supplydrop.ai\/*" ] }, "web_accessible_resources": [ { "matches": [ " |