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"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ 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 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"
    ]
}