dExport - Export Depop Listings
One click to export Depop listings to CSV file.
Cos'è dExport - Export Depop Listings?
dExport - Export Depop Listings è un'estensione di Chrome sviluppata da Hawstein Studio, e la sua funzione principale è "One click to export Depop listings to CSV file.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione dExport - Export Depop Listings
Scarica i file di estensione dExport - Export Depop Listings in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | mgbemjlfcilhenjiodddmdekdggjhhpg |
| URL Ufficiale | https://chromewebstore.google.com/detail/dexport-export-depop-list/mgbemjlfcilhenjiodddmdekdggjhhpg |
| Descrizione | One click to export Depop listings to CSV file. |
| Dimensione del File | 118 KB |
| Conteggio Installazioni | 34 |
| Versione Corrente | 1.0.1 |
| Ultimo Aggiornamento | 2023-05-10 |
| Data di Pubblicazione | 2023-03-11 |
| Sviluppatore | Hawstein Studio |
| [email protected] | |
| Tipo di Pagamento | free |
| URL della Pagina della Politica sulla Privacy | https://hawstein.studio/privacy |
| Lingue Supportate | 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\/"
]
} | |