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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | 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" ] } |