Export Qlik Sense QMC tables as CSV
Extension to export Qlik QMC tables to CSV
Qu'est-ce que Export Qlik Sense QMC tables as CSV ?
Export Qlik Sense QMC tables as CSV est une extension Chrome développée par https://sstoichev.eu, et sa fonction principale est "Extension to export Qlik QMC tables to CSV".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Export Qlik Sense QMC tables as CSV
Téléchargez les fichiers d'extension Export Qlik Sense QMC tables as CSV au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Export Qlik Sense QMC tables as CSV |
ID | dbnjjihpapafmihpnionckfipbmalhko |
URL Officiel | https://chromewebstore.google.com/detail/export-qlik-sense-qmc-tab/dbnjjihpapafmihpnionckfipbmalhko |
Description | Extension to export Qlik QMC tables to CSV |
Taille du Fichier | 45.67 KB |
Nombre d'Installations | 1,000 |
Version Actuelle | 0.2.0 |
Dernière Mise à Jour | 2020-12-25 |
Date de Publication | 2020-12-24 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://sstoichev.eu |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/countnazgul/qlik-qmc-table-export |
URL de la Page d'Aide | https://github.com/countnazgul/qlik-qmc-table-export/issues |
Langues Prises en Charge | 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" ] } |