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
官方網址 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"
    ]
}