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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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" ] } |