Qliksense Mashup Editor Enhancer
Enhances the Qliksense mashup editor functionalities for better coding experience
Co je Qliksense Mashup Editor Enhancer?
Qliksense Mashup Editor Enhancer je rozšíření Chrome vyvinuté codeloop, a jeho hlavní funkcí je „Enhances the Qliksense mashup editor functionalities for better coding experience“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Qliksense Mashup Editor Enhancer
Stáhněte si soubory rozšíření Qliksense Mashup Editor Enhancer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
"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.
Základní Informace o Rozšíření
Název | Qliksense Mashup Editor Enhancer |
ID | eocibdfcfecpbgipcfhpimhijkcmppke |
Oficiální URL | https://chromewebstore.google.com/detail/qliksense-mashup-editor-e/eocibdfcfecpbgipcfhpimhijkcmppke |
Popis | Enhances the Qliksense mashup editor functionalities for better coding experience |
Velikost souboru | 43.18 KB |
Počet instalací | 43 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2021-09-13 |
Datum Vydání | 2021-09-13 |
Vývojář | codeloop |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://www.youtube.com/c/Prabhuappume |
Podporované Jazyky | 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 } |