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」です。

拡張機能のスクリーンショット

screenshot
screenshot

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 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
Eメール [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
}