Export Qlik Sense QMC tables as CSV
Extension to export Qlik QMC tables to CSV
Export Qlik Sense QMC tables as CSV là gì?
Export Qlik Sense QMC tables as CSV là một tiện ích mở rộng Chrome được phát triển bởi https://sstoichev.eu, và tính năng chính của nó là "Extension to export Qlik QMC tables to CSV".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Export Qlik Sense QMC tables as CSV
Tải xuống các tệp mở rộng Export Qlik Sense QMC tables as CSV dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Export Qlik Sense QMC tables as CSV |
ID | dbnjjihpapafmihpnionckfipbmalhko |
URL Chính Thức | https://chromewebstore.google.com/detail/export-qlik-sense-qmc-tab/dbnjjihpapafmihpnionckfipbmalhko |
Mô tả | Extension to export Qlik QMC tables to CSV |
Kích Thước Tệp | 45.67 KB |
Số Lần Cài Đặt | 1,000 |
Phiên Bản Hiện Tại | 0.2.0 |
Cập Nhật Lần Cuối | 2020-12-25 |
Ngày Phát Hành | 2020-12-24 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://sstoichev.eu |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/countnazgul/qlik-qmc-table-export |
URL Trang Trợ Giúp | https://github.com/countnazgul/qlik-qmc-table-export/issues |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |