Add Sense

Qlik Sense developer tool

Add Senseคืออะไร?

Add Sense เป็นส่วนขยายของ Chrome ที่พัฒนาโดย upper88 และคุณลักษณะหลักของมันคือ "Qlik Sense developer tool"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Add Sense

ดาวน์โหลดไฟล์ส่วนขยาย Add Sense ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Add Sense adds Qlik Sense developer features to Chrome. 
Works both in Qlik Sense client and custom made web pages using Qlik Sense capabilities API. No changes to the app are needed. 

Use for troubleshooting, exploring and to investigate performance.
Features include:
- show info like id, chart type and handle for objects on screen
- allows you to access object, sheet and app properties
- shows properties as JSON object or list in Qlik Sense patch format
- monitors calculation times
- show app properties, script (if accessible), tables, dimensions and measures 
- lists extensions and charts used
- allows you to enable HTML select and copy

New in version 2.2.1:
- moved app info box to avoid collision with Qlik Sense UI
- reintroduced enable copy
- more sheet info: public/private, read/update access
- removed catwalk
- property panel definition

New in version 2.1.0:
- validate expressions and dimensions
- removed not needed permission from manifest
- removed usage of obsolete API

New in version 2.0.0:
- Google manifest version 3.0
- Active Objects improved
- Handles with more than 2 digits
- Close infoboxes

New in version 1.3.0:
- corrected bug when data contained HTML characters
- added id to filename when saving properties
- show properties for connected master object                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Add Sense Add Sense
ID bbiljflfafkaejgdebbnmcohpidgkejj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/add-sense/bbiljflfafkaejgdebbnmcohpidgkejj
คำอธิบาย Qlik Sense developer tool
ขนาดไฟล์ 1.32 MB
จำนวนการติดตั้ง 4,397
เวอร์ชันปัจจุบัน 2.2.1
อัปเดตครั้งล่าสุด 2023-02-09
วันที่เผยแพร่ 2020-05-29
คะแนน 4.91/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา upper88
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://upper88.com/addsensechrome.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Add Sense",
    "short_name": "Qlik Sense Developer tool",
    "version": "2.2.1",
    "description": "Qlik Sense developer tool",
    "author": "upper88",
    "homepage_url": "https:\/\/upper88.com\/addsensechrome.html",
    "permissions": [
        "activeTab"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "injected.js",
                "injected.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/add-sense16.png",
            "32": "images\/add-sense32.png",
            "48": "images\/add-sense48.png",
            "128": "images\/add-sense128.png"
        }
    },
    "icons": {
        "16": "images\/add-sense16.png",
        "32": "images\/add-sense32.png",
        "48": "images\/add-sense48.png",
        "128": "images\/add-sense128.png"
    },
    "manifest_version": 3
}