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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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'"
}