|
| 1 | +{ |
| 2 | + "$schema": "https://raw.githubusercontent.com/grafana/grafana/main/docs/sources/developers/plugins/plugin.schema.json", |
| 3 | + |
| 4 | + "type": "datasource", |
| 5 | + "name": "Google Sheets", |
| 6 | + "id": "grafana-googlesheets-datasource", |
| 7 | + |
| 8 | + "backend": true, |
| 9 | + "executable": "gpx_sheets", |
| 10 | + "metrics": true, |
| 11 | + "annotations": true, |
| 12 | + |
| 13 | + "info": { |
| 14 | + "description": "Show data from google sheets", |
| 15 | + "author": { |
| 16 | + "name": "Grafana Labs", |
| 17 | + "url": "https://grafana.com" |
| 18 | + }, |
| 19 | + "keywords": ["google", "sheets", "spreadsheets", "excel", "cloud provider"], |
| 20 | + "logos": { |
| 21 | + "small": "img/sheets.svg", |
| 22 | + "large": "img/sheets.svg" |
| 23 | + }, |
| 24 | + "links": [ |
| 25 | + { |
| 26 | + "name": "Website", |
| 27 | + "url": "https://github.com/grafana/google-sheets-datasource" |
| 28 | + } |
| 29 | + ], |
| 30 | + "screenshots": [ |
| 31 | + { |
| 32 | + "name": "Average temperature dashboard example", |
| 33 | + "path": "img/dashboard.png" |
| 34 | + }, |
| 35 | + { |
| 36 | + "name": "Average temperature spreadsheet example", |
| 37 | + "path": "img/spreadsheet.png" |
| 38 | + }, |
| 39 | + { |
| 40 | + "name": "Average temperature table example", |
| 41 | + "path": "img/table.png" |
| 42 | + }, |
| 43 | + { |
| 44 | + "name": "Average temperature graph example", |
| 45 | + "path": "img/graph.png" |
| 46 | + }, |
| 47 | + { |
| 48 | + "name": "Query editor", |
| 49 | + "path": "img/query-editor.png" |
| 50 | + }, |
| 51 | + { |
| 52 | + "name": "Config page - Google JWT File auth", |
| 53 | + "path": "img/config-page.png" |
| 54 | + } |
| 55 | + ], |
| 56 | + "version": "1.2.8", |
| 57 | + "updated": "2024-04-19" |
| 58 | + }, |
| 59 | + "dependencies": { |
| 60 | + "grafanaDependency": ">=8.1.0", |
| 61 | + "plugins": [] |
| 62 | + } |
| 63 | +} |
0 commit comments