Export Qlik Sense QMC tables as CSV

Extension to export Qlik QMC tables to CSV

Cos'è Export Qlik Sense QMC tables as CSV?

Export Qlik Sense QMC tables as CSV è un'estensione di Chrome sviluppata da https://sstoichev.eu, e la sua funzione principale è "Extension to export Qlik QMC tables to CSV".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Export Qlik Sense QMC tables as CSV

Scarica i file di estensione Export Qlik Sense QMC tables as CSV in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Export Qlik Sense QMC tables as CSV Export Qlik Sense QMC tables as CSV
ID dbnjjihpapafmihpnionckfipbmalhko
URL Ufficiale https://chromewebstore.google.com/detail/export-qlik-sense-qmc-tab/dbnjjihpapafmihpnionckfipbmalhko
Descrizione Extension to export Qlik QMC tables to CSV
Dimensione del File 45.67 KB
Conteggio Installazioni 1,000
Versione Corrente 0.2.0
Ultimo Aggiornamento 2020-12-25
Data di Pubblicazione 2020-12-24
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://sstoichev.eu
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/countnazgul/qlik-qmc-table-export
URL della Pagina di Aiuto https://github.com/countnazgul/qlik-qmc-table-export/issues
Lingue Supportate 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"
    ]
}