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 - это расширение Chrome, разработанное https://sstoichev.eu, и его основная функция - "Extension to export Qlik QMC tables to CSV".
Снимки экрана расширения
Скачать файл CRX расширения Export Qlik Sense QMC tables as CSV
Скачайте файлы расширений 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 |
Электронная почта | [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" ] } |