Qliksense Mashup Editor Enhancer

Enhances the Qliksense mashup editor functionalities for better coding experience

Qliksense Mashup Editor Enhancer क्या है?

Qliksense Mashup Editor Enhancer codeloop द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enhances the Qliksense mashup editor functionalities for better coding experience"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Qliksense Mashup Editor Enhancer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        "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 Qliksense Mashup Editor Enhancer
ID eocibdfcfecpbgipcfhpimhijkcmppke
आधिकारिक URL 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
}