Export Qlik Sense QMC tables as CSV

Extension to export Qlik QMC tables to CSV

Was ist Export Qlik Sense QMC tables as CSV?

Export Qlik Sense QMC tables as CSV ist eine Chrome-Erweiterung, die von https://sstoichev.eu entwickelt wurde, und ihr Hauptmerkmal ist "Extension to export Qlik QMC tables to CSV".

Erweiterungsscreenshots

screenshot
screenshot

Export Qlik Sense QMC tables as CSV-Erweiterungs-CRX-Datei herunterladen

Laden Sie Export Qlik Sense QMC tables as CSV-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Export Qlik Sense QMC tables as CSV Export Qlik Sense QMC tables as CSV
ID dbnjjihpapafmihpnionckfipbmalhko
Offizielle URL https://chromewebstore.google.com/detail/export-qlik-sense-qmc-tab/dbnjjihpapafmihpnionckfipbmalhko
Beschreibung Extension to export Qlik QMC tables to CSV
Dateigröße 45.67 KB
Installationsanzahl 1,000
Aktuelle Version 0.2.0
Letztes Update 2020-12-25
Veröffentlichungsdatum 2020-12-24
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://sstoichev.eu
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/countnazgul/qlik-qmc-table-export
Hilfeseite URL https://github.com/countnazgul/qlik-qmc-table-export/issues
Unterstützte Sprachen 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"
    ]
}