Qlik Sense Console
Run calculations agains Qlik Sense (desktop and server) from Chrome Dev Tools
Qlik Sense Consoleคืออะไร?
Qlik Sense Console เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://sstoichev.eu และคุณลักษณะหลักของมันคือ "Run calculations agains Qlik Sense (desktop and server) from Chrome Dev Tools"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Qlik Sense Console
ดาวน์โหลดไฟล์ส่วนขยาย Qlik Sense Console ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Access Qlik Sense (desktop or server) from Chrome Dev Tools and run dimension/expression calculations while developing or to debug ready apps. FOR QS SERVER ACCESS: Add "ljeoadpijoacanhinddngndcalkggkmf" to "Websocket origin white list" (QMC -> Virtual Proxies -> Default -> check Advanced --> Add new value --> paste --> Apply) How to work: - open QS app (for desktop users http://localhost:4848) in Chome - Press F12 or Ctrl+Shift+i to activate Chrome Dev Tools - Navigate to "Qlik Sense Console tab" - wait for connection to be established - press Open - wait for the doc to be open and fields to be extracted - enjoy :) Hint: You can always detach the Chrome Dev Tools pressing the top right icon Thanks to Alexander Karlsson (@mindspank) for qsocks library! Repo: https://github.com/countnazgul/qlik-sense-chrome-devtools-extension For issues and features please use the GitHub repo Change log: 0.7.3 --> Initial version 0.9.1 * multiple dimensions * history - track each calculation execution. option to reuse them * result table design is changed * result table is sortable (multiple column sort is possible holding the Shift key) * option to export/download the result table
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Qlik Sense Console |
ID | ljeoadpijoacanhinddngndcalkggkmf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/qlik-sense-console/ljeoadpijoacanhinddngndcalkggkmf |
คำอธิบาย | Run calculations agains Qlik Sense (desktop and server) from Chrome Dev Tools |
ขนาดไฟล์ | 164 KB |
จำนวนการติดตั้ง | 691 |
เวอร์ชันปัจจุบัน | 0.9.1 |
อัปเดตครั้งล่าสุด | 2015-07-07 |
วันที่เผยแพร่ | 2015-07-07 |
คะแนน | 4.67/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | https://sstoichev.eu |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://sstoichev.eu/2015/07/07/qlik/ |
URL หน้าช่วยเหลือ | https://github.com/countnazgul/qlik-sense-chrome-devtools-extension/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Qlik Sense Console", "version": "0.9.1", "description": "Run calculations agains Qlik Sense (desktop and server) from Chrome Dev Tools", "devtools_page": "devtools.html", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "background": { "scripts": [ "background.js" ] }, "icons": { "16": "icons\/icon-16.png", "24": "icons\/icon-24.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "64": "icons\/icon-64.png", "128": "icons\/icon-128.png" }, "offline_enabled": true } |