Tableau Chrome Extension

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

Tableau Chrome Extension là gì?

Tableau Chrome Extension là một tiện ích mở rộng Chrome được phát triển bởi https://kiwimydata.com, và tính năng chính của nó là "One-click access, instant search, and context-sensitive filters for Tableau in Chrome".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Tableau Chrome Extension

Tải xuống các tệp mở rộng Tableau Chrome Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Tableau Chrome Extension Tableau Chrome Extension
ID ocnnlomigllkiegmgkbodenbgpahbogc
URL Chính Thức https://chromewebstore.google.com/detail/tableau-chrome-extension/ocnnlomigllkiegmgkbodenbgpahbogc
Mô tả One-click access, instant search, and context-sensitive filters for Tableau in Chrome
Kích Thước Tệp 1.06 MB
Số Lần Cài Đặt 477
Phiên Bản Hiện Tại 0.3.18
Cập Nhật Lần Cuối 2019-05-10
Ngày Phát Hành 2019-05-10
Nhà Phát Triển https://kiwimydata.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.kiwimydata.com
URL Trang Trợ Giúp http://help.kiwimydata.com
URL Trang Chính Sách Bảo Mật https://www.kiwimydata.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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'"
}