Qliksense Mashup Editor Enhancer
Enhances the Qliksense mashup editor functionalities for better coding experience
What is Qliksense Mashup Editor Enhancer?
Qliksense Mashup Editor Enhancer is a Chrome extension developed by codeloop, and its main feature is "Enhances the Qliksense mashup editor functionalities for better coding experience".
Extension Screenshots
Download Qliksense Mashup Editor Enhancer Extension CRX File
Download Qliksense Mashup Editor Enhancer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
"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.
Extension Basic Information
Name | Qliksense Mashup Editor Enhancer |
ID | eocibdfcfecpbgipcfhpimhijkcmppke |
Official URL | https://chromewebstore.google.com/detail/qliksense-mashup-editor-e/eocibdfcfecpbgipcfhpimhijkcmppke |
Description | Enhances the Qliksense mashup editor functionalities for better coding experience |
File Size | 43.18 KB |
Installation Count | 43 |
Current Version | 1.0 |
Last Updated | 2021-09-13 |
Publish Date | 2021-09-13 |
Developer | codeloop |
[email protected] | |
Payment Type | free |
Extension Website | https://www.youtube.com/c/Prabhuappume |
Supported Languages | 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 } |