mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 13:06:44 +00:00
31 lines
740 B
JSON
31 lines
740 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://nocodb.com/docs/product-docs/extensions/data-exporter"
|
|
}
|
|
],
|
|
"config": {
|
|
"contentMinHeight": "110px"
|
|
},
|
|
"order": 2,
|
|
"minAccessRole": "viewer"
|
|
}
|