Export Qlik Sense QMC tables as CSV
Extension to export Qlik QMC tables to CSV
What is Export Qlik Sense QMC tables as CSV?
Export Qlik Sense QMC tables as CSV is a Chrome extension developed by https://sstoichev.eu, and its main feature is "Extension to export Qlik QMC tables to CSV".
Extension Screenshots
Download Export Qlik Sense QMC tables as CSV Extension CRX File
Download Export Qlik Sense QMC tables as CSV extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Export Qlik Sense QMC tables as CSV |
ID | dbnjjihpapafmihpnionckfipbmalhko |
Official URL | https://chromewebstore.google.com/detail/export-qlik-sense-qmc-tab/dbnjjihpapafmihpnionckfipbmalhko |
Description | Extension to export Qlik QMC tables to CSV |
File Size | 45.67 KB |
Installation Count | 1,000 |
Current Version | 0.2.0 |
Last Updated | 2020-12-25 |
Publish Date | 2020-12-24 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://sstoichev.eu |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/countnazgul/qlik-qmc-table-export |
Help Page URL | https://github.com/countnazgul/qlik-qmc-table-export/issues |
Supported Languages | 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" ] } |