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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "One-click access, instant search, and context-sensitive filters for Tableau in Chrome"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Tableau Chrome Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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'"
}