Tableau Chrome Extension

One-click access, instant search, and context-sensitive filters for Tableau in Chrome

什麼是Tableau Chrome Extension?

Tableau Chrome Extension是由https://kiwimydata.com開發的Chrome擴展程式,該擴展的主要功能是“One-click access, instant search, and context-sensitive filters for Tableau in Chrome”。

擴展截圖

screenshot
screenshot
screenshot

下載Tableau Chrome Extension擴展crx文件

下載Tableau Chrome Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Easy & fast access to relevant information is fundamental for every business intelligence (BI) system. With the new browser extension for Tableau, we seek to improve accessibility and increase BI adoption among business users. 
One-click access, instant search, and context-sensitive filters for Tableau.
In order to use Tableau for browsers, you need to sign-up at https://www.kiwimydata.com and connect your Tableau Online or Tableau Server.

Kiwimydata is a smart Tableau distribution service trusted by 100s of companies to distribute BI data via E-Mail, Slack, Microsoft Teams, Google Chrome, Mozilla Firefox, and MS Edge.                    

擴展基本資訊

名稱 Tableau Chrome Extension Tableau Chrome Extension
ID ocnnlomigllkiegmgkbodenbgpahbogc
官方網址 https://chromewebstore.google.com/detail/tableau-chrome-extension/ocnnlomigllkiegmgkbodenbgpahbogc
簡介 One-click access, instant search, and context-sensitive filters for Tableau in Chrome
檔案大小 1.06 MB
安裝次數 477
目前版本 0.3.18
更新時間 2019-05-10
上架時間 2019-05-10
開發者 https://kiwimydata.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.kiwimydata.com
說明頁面URL http://help.kiwimydata.com
隱私政策頁面URL https://www.kiwimydata.com/privacy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "version": "0.3.18",
    "short_name": "__MSG_appShortName__",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "images\/ext_kiwi_logo_16.png",
        "128": "images\/ext_kiwi_logo_128.png",
        "144": "images\/ext_kiwi_logo_144.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "pages\/popup.html",
        "default_icon": {
            "19": "images\/ext_kiwi_logo_32_enlarged.png",
            "128": "images\/ext_kiwi_logo_128_enlarged.png",
            "144": "images\/ext_kiwi_logo_144_enlarged.png"
        },
        "default_title": "__MSG_browserActionTitle__"
    },
    "author": "Carsten Meyer",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.kiwimydata.com\/*",
                "http:\/\/localhost\/*"
            ],
            "js": [
                "scripts\/content_gettoken.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "activeTab",
        "unlimitedStorage",
        "storage",
        "notifications",
        "https:\/\/app.kiwimydata.com\/*"
    ],
    "optional_permissions": [
        "tabs"
    ],
    "web_accessible_resources": [
        "styles\/custom.iframe.css",
        "styles\/reactLightbox.css",
        "src\/report.js",
        "src\/settings.js",
        "styles\/reactModalImage.css",
        "images\/ext_kiwi_logo_144_enlarged.png",
        "scripts\/App.js"
    ],
    "content_security_policy": "script-src 'self' https:\/\/widget.intercom.io https:\/\/js.intercomcdn.com; object-src 'self'"
}