Qliksense Mashup Editor Enhancer

Enhances the Qliksense mashup editor functionalities for better coding experience

Cos'è Qliksense Mashup Editor Enhancer?

Qliksense Mashup Editor Enhancer è un'estensione di Chrome sviluppata da codeloop, e la sua funzione principale è "Enhances the Qliksense mashup editor functionalities for better coding experience".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Qliksense Mashup Editor Enhancer

Scarica i file di estensione Qliksense Mashup Editor Enhancer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        "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.                    

Informazioni di Base sull'Estensione

Nome Qliksense Mashup Editor Enhancer Qliksense Mashup Editor Enhancer
ID eocibdfcfecpbgipcfhpimhijkcmppke
URL Ufficiale https://chromewebstore.google.com/detail/qliksense-mashup-editor-e/eocibdfcfecpbgipcfhpimhijkcmppke
Descrizione Enhances the Qliksense mashup editor functionalities for better coding experience
Dimensione del File 43.18 KB
Conteggio Installazioni 43
Versione Corrente 1.0
Ultimo Aggiornamento 2021-09-13
Data di Pubblicazione 2021-09-13
Sviluppatore codeloop
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.youtube.com/c/Prabhuappume
Lingue Supportate 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
}