dExport - Export Depop Listings
One click to export Depop listings to CSV file.
dExport - Export Depop Listings क्या है?
dExport - Export Depop Listings Hawstein Studio द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "One click to export Depop listings to CSV file."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में dExport - Export Depop Listings एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The best export tool for your Depop listings. Just click a button and save all your Depop listings to a CSV file. # CHANGE LOGS * 1.0.1 [Enhancement] Remove tabs permission. * 1.0.0 [Feature] Release the first version.
एक्सटेंशन की मूल जानकारी
नाम | dExport - Export Depop Listings |
ID | mgbemjlfcilhenjiodddmdekdggjhhpg |
आधिकारिक URL | https://chromewebstore.google.com/detail/dexport-export-depop-list/mgbemjlfcilhenjiodddmdekdggjhhpg |
विवरण | One click to export Depop listings to CSV file. |
फ़ाइल का आकार | 118 KB |
स्थापना संख्या | 34 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2023-05-10 |
प्रकाशन तिथि | 2023-03-11 |
डेवलपर | Hawstein Studio |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://hawstein.studio/privacy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "dExport - Export Depop Listings", "description": "One click to export Depop listings to CSV file.", "version": "1.0.1", "manifest_version": 3, "icons": { "128": "img\/logo-128.png" }, "action": { "default_popup": "popup.html", "default_icon": "img\/logo-128.png" }, "options_page": "options.html", "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "content_scripts": [ { "js": [ "assets\/content-script-loader.chunk-b86273a5.ffb5f43c.js" ], "matches": [ "*:\/\/*.depop.com\/*" ] } ], "web_accessible_resources": [ { "matches": [], "resources": [ "img\/logo-128.png" ], "use_dynamic_url": false }, { "matches": [ "*:\/\/*.depop.com\/*" ], "resources": [ "assets\/chunk-b86273a5.js" ], "use_dynamic_url": true } ], "content_security_policy": { "extension_pages": "default-src 'self'; connect-src *; font-src *; img-src *; style-src * 'unsafe-inline'" }, "permissions": [ "cookies", "storage" ], "host_permissions": [ "*:\/\/*.depop.com\/", "https:\/\/debob.co\/" ] } |