Skip to content

Commit

Permalink
script update
Browse files Browse the repository at this point in the history
  • Loading branch information
gmfennema committed Dec 9, 2024
1 parent 2969518 commit 09c0273
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<title>Tableau CSV Exporter</title>
<script src="https://tableau.github.io/extensions-api/tableau-2.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@tableau/extensions-api@1.10.0/tableau-2.min.js"></script>
</head>
<body>
<h1>Export CSV</h1>
Expand Down
6 changes: 2 additions & 4 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@
"description": "Export Tableau data to CSV",
"version": "1.0.0",
"author": "Gabriel",
"company": "Custom Analytics",
"category": "Data Export",
"permissions": ["dataSources"],
"permissions": ["dataSources", "dashboard"],
"url": "index.html",
"configure_url": "index.html",
"icon_url": "icon.png"
"configure_url": "index.html"
}

0 comments on commit 09c0273

Please sign in to comment.