Skip to content

Commit 0fe103f

Browse files
committed
automated release 1.2.18
1 parent 593f663 commit 0fe103f

1 file changed

Lines changed: 72 additions & 0 deletions

File tree

dist/plugin.json

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
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": "The Google Sheets data source plugin for Grafana lets you to visualize your Google spreadsheets in Grafana",
15+
"author": {
16+
"name": "Grafana Labs",
17+
"url": "https://grafana.com"
18+
},
19+
"keywords": ["google", "sheets", "google sheets", "spreadsheets", "excel", "cloud provider", "google api", "analytics", "developer tools"],
20+
"logos": {
21+
"small": "img/sheets.svg",
22+
"large": "img/sheets.svg"
23+
},
24+
"links": [
25+
{
26+
"name": "Docs",
27+
"url": "https://grafana.com/docs/plugins/grafana-googlesheets-datasource/"
28+
},
29+
{
30+
"name": "Website",
31+
"url": "https://github.com/grafana/google-sheets-datasource"
32+
},
33+
{
34+
"name": "Report bug",
35+
"url": "https://github.com/grafana/google-sheets-datasource/issues"
36+
}
37+
],
38+
"screenshots": [
39+
{
40+
"name": "Average temperature dashboard example",
41+
"path": "img/dashboard.png"
42+
},
43+
{
44+
"name": "Average temperature spreadsheet example",
45+
"path": "img/spreadsheet.png"
46+
},
47+
{
48+
"name": "Average temperature table example",
49+
"path": "img/table.png"
50+
},
51+
{
52+
"name": "Average temperature graph example",
53+
"path": "img/graph.png"
54+
},
55+
{
56+
"name": "Query editor",
57+
"path": "img/query-editor.png"
58+
},
59+
{
60+
"name": "Config page - Google JWT File auth",
61+
"path": "img/config-page.png"
62+
}
63+
],
64+
"version": "1.2.18",
65+
"updated": "2025-01-07"
66+
},
67+
"dependencies": {
68+
"grafanaDependency": ">=9.5.18",
69+
"grafanaVersion": "9.5.x",
70+
"plugins": []
71+
}
72+
}

0 commit comments

Comments
 (0)