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
}