Export Qlik Sense QMC tables as CSV

Extension to export Qlik QMC tables to CSV

Co to jest Export Qlik Sense QMC tables as CSV?

Export Qlik Sense QMC tables as CSV to rozszerzenie Chrome opracowane przez https://sstoichev.eu, a jego główną funkcją jest „Extension to export Qlik QMC tables to CSV”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Export Qlik Sense QMC tables as CSV

Pobierz pliki rozszerzeń Export Qlik Sense QMC tables as CSV w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Export Qlik Sense QMC tables as CSV Export Qlik Sense QMC tables as CSV
ID dbnjjihpapafmihpnionckfipbmalhko
Oficjalny URL https://chromewebstore.google.com/detail/export-qlik-sense-qmc-tab/dbnjjihpapafmihpnionckfipbmalhko
Opis Extension to export Qlik QMC tables to CSV
Rozmiar pliku 45.67 KB
Liczba instalacji 1,000
Aktualna Wersja 0.2.0
Ostatnia Aktualizacja 2020-12-25
Data Publikacji 2020-12-24
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper https://sstoichev.eu
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/countnazgul/qlik-qmc-table-export
Adres URL Strony Pomocy https://github.com/countnazgul/qlik-qmc-table-export/issues
Obsługiwane Języki 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"
    ]
}