mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-03 12:47:01 +00:00
30 lines
698 B
JSON
30 lines
698 B
JSON
{
|
|
"id": "nc-data-exporter",
|
|
"title": "Data Exporter",
|
|
"subTitle": "Asynchronous CSV downloads with real-time notifications.",
|
|
"description": "data-exporter/description.md",
|
|
"entry": "data-exporter",
|
|
"version": "0.1",
|
|
"iconUrl": "data-exporter/assets/icon.svg",
|
|
"publisher": {
|
|
"name": "NocoDB",
|
|
"email": "contact@nocodb.com",
|
|
"url": "https://www.nocodb.com",
|
|
"icon": {
|
|
"src": "data-exporter/assets/publisher-icon.svg",
|
|
"width": 24,
|
|
"height": 24
|
|
}
|
|
},
|
|
"links": [
|
|
{
|
|
"title": "Documentation",
|
|
"href": "https://docs.nocodb.com/extensions/data-exporter"
|
|
}
|
|
],
|
|
"config": {
|
|
"contentMinHeight": "110px"
|
|
},
|
|
"order": 2
|
|
}
|