Qliksense Mashup Editor Enhancer

Enhances the Qliksense mashup editor functionalities for better coding experience

Qliksense Mashup Editor Enhancer là gì?

Qliksense Mashup Editor Enhancer là một tiện ích mở rộng Chrome được phát triển bởi codeloop, và tính năng chính của nó là "Enhances the Qliksense mashup editor functionalities for better coding experience".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Qliksense Mashup Editor Enhancer

Tải xuống các tệp mở rộng Qliksense Mashup Editor Enhancer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Qliksense Mashup Editor Enhancer Qliksense Mashup Editor Enhancer
ID eocibdfcfecpbgipcfhpimhijkcmppke
URL Chính Thức https://chromewebstore.google.com/detail/qliksense-mashup-editor-e/eocibdfcfecpbgipcfhpimhijkcmppke
Mô tả Enhances the Qliksense mashup editor functionalities for better coding experience
Kích Thước Tệp 43.18 KB
Số Lần Cài Đặt 43
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2021-09-13
Ngày Phát Hành 2021-09-13
Nhà Phát Triển codeloop
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.youtube.com/c/Prabhuappume
Ngôn Ngữ Được Hỗ Trợ 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
}