Export Qlik Sense QMC tables as CSV
Extension to export Qlik QMC tables to CSV
Export Qlik Sense QMC tables as CSVとは何ですか?
Export Qlik Sense QMC tables as CSVはhttps://sstoichev.euによって開発されたChromeの拡張機能で、その主な機能は「Extension to export Qlik QMC tables to CSV」です。
拡張機能のスクリーンショット
Export Qlik Sense QMC tables as CSV拡張機能のCRXファイルをダウンロード
Export Qlik Sense QMC tables as CSV拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
拡張機能の基本情報
名前 | Export Qlik Sense QMC tables as CSV |
ID | dbnjjihpapafmihpnionckfipbmalhko |
公式URL | https://chromewebstore.google.com/detail/export-qlik-sense-qmc-tab/dbnjjihpapafmihpnionckfipbmalhko |
説明 | Extension to export Qlik QMC tables to CSV |
ファイルサイズ | 45.67 KB |
インストール数 | 1,000 |
現在のバージョン | 0.2.0 |
最終更新日 | 2020-12-25 |
公開日 | 2020-12-24 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | https://sstoichev.eu |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/countnazgul/qlik-qmc-table-export |
ヘルプページのURL | https://github.com/countnazgul/qlik-qmc-table-export/issues |
対応言語 | 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" ] } |