Qliksense Mashup Editor Enhancer

Enhances the Qliksense mashup editor functionalities for better coding experience

Что такое Qliksense Mashup Editor Enhancer?

Qliksense Mashup Editor Enhancer - это расширение Chrome, разработанное codeloop, и его основная функция - "Enhances the Qliksense mashup editor functionalities for better coding experience".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Qliksense Mashup Editor Enhancer

Скачайте файлы расширений 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
Электронная почта [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
}