Qliksense Mashup Editor Enhancer
Enhances the Qliksense mashup editor functionalities for better coding experience
什麼是Qliksense Mashup Editor Enhancer?
Qliksense Mashup Editor Enhancer是由codeloop開發的Chrome擴展程式,該擴展的主要功能是“Enhances the Qliksense mashup editor functionalities for better coding experience”。
擴展截圖
下載Qliksense Mashup Editor Enhancer擴展crx文件
下載Qliksense Mashup Editor Enhancer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
"Qliksense Mashup Editor Enhancer" is created to help the Qliksense mashup developer who uses QlikSense' inbuilt mashup editor more often. This extension helps to navigate between your open tabs in with ease and preserves the scroll position. Also provides vertical tab navigator which is much better then the default navigator on the top.
擴展基本資訊
名稱 | Qliksense Mashup Editor Enhancer |
ID | eocibdfcfecpbgipcfhpimhijkcmppke |
官方網址 | https://chromewebstore.google.com/detail/qliksense-mashup-editor-e/eocibdfcfecpbgipcfhpimhijkcmppke |
簡介 | Enhances the Qliksense mashup editor functionalities for better coding experience |
檔案大小 | 43.18 KB |
安裝次數 | 43 |
目前版本 | 1.0 |
更新時間 | 2021-09-13 |
上架時間 | 2021-09-13 |
開發者 | codeloop |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.youtube.com/c/Prabhuappume |
支援的語言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Qliksense Mashup Editor Enhancer", "description": "Enhances the Qliksense mashup editor functionalities for better coding experience", "content_scripts": [ { "matches": [ "https:\/\/*\/dev-hub\/mashup-editor\/*", "http:\/\/*\/dev-hub\/mashup-editor\/*" ], "css": [ "style.css" ], "js": [ "jquery-3.6.0.min.js", "content-script.js" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "version": "1.0", "manifest_version": 3 } |