Export Qlik Sense QMC tables as CSV

Extension to export Qlik QMC tables to CSV

什么是Export Qlik Sense QMC tables as CSV?

Export Qlik Sense QMC tables as CSV是由https://sstoichev.eu开发的Chrome扩展程序,该扩展的主要功能是“Extension to export Qlik QMC tables to CSV”。

扩展截图

screenshot
screenshot

下载Export Qlik Sense QMC tables as CSV扩展crx文件

下载Export Qlik Sense QMC tables as CSV扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Are you Qlik Sense Administrator who is spending a lot of your day in QMC? 

Then this extension can make Your life a bit more easier. 

The extension can export the on-screen QMC table into CSV file or into the clipboard so You can finally stop go back and forth through the screens and stop applying the filters just to see the same info                    

扩展基本信息

名称 Export Qlik Sense QMC tables as CSV Export Qlik Sense QMC tables as CSV
ID dbnjjihpapafmihpnionckfipbmalhko
官方URL https://chromewebstore.google.com/detail/export-qlik-sense-qmc-tab/dbnjjihpapafmihpnionckfipbmalhko
简介 Extension to export Qlik QMC tables to CSV
文件大小 45.67 KB
安装次数 1,000
当前版本 0.2.0
更新时间 2020-12-25
上架时间 2020-12-24
评分 5.00/5 共1次评分
开发者 https://sstoichev.eu
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/countnazgul/qlik-qmc-table-export
帮助页面URL https://github.com/countnazgul/qlik-qmc-table-export/issues
支持的语言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Export Qlik Sense QMC tables as CSV",
    "description": "Extension to export Qlik QMC tables to CSV",
    "version": "0.2.0",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png",
        "256": "icons\/icon256.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/qmc\/*",
                "https:\/\/*\/*\/qmc\/*"
            ],
            "js": [
                "build\/content_script.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}