Dragonfly AI Extension

See how design decisions influence where your audience looks first across any customer journey.

Dragonfly AI Extensionคืออะไร?

Dragonfly AI Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://dragonflyai.co และคุณลักษณะหลักของมันคือ "See how design decisions influence where your audience looks first across any customer journey."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dragonfly AI Extension

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

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

                        The Dragonfly AI Extension allows you to measure and analyse the performance of any digital experience in real-time using Dragonfly AI's predictive attention algorithm. Simulate key user journeys, see how the design directs user attention attention then identify opportunities to improve alignment with your commercial and customer experience objectives.                    

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

ชื่อ Dragonfly AI Extension Dragonfly AI Extension
ID gghcgiklappijoenldhohfifipkcpngj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/dragonfly-ai-extension/gghcgiklappijoenldhohfifipkcpngj
คำอธิบาย See how design decisions influence where your audience looks first across any customer journey.
ขนาดไฟล์ 2.44 MB
จำนวนการติดตั้ง 984
เวอร์ชันปัจจุบัน 1.3.0
อัปเดตครั้งล่าสุด 2023-07-07
วันที่เผยแพร่ 2020-06-30
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://dragonflyai.co
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://dragonflyai.co
URL หน้าช่วยเหลือ https://academy.dragonflyai.co
URL หน้านโยบายความเป็นส่วนตัว https://cdn.dragonflyai.co/legal/privacy-policy.pdf
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dragonfly AI Extension",
    "description": "See how design decisions influence where your audience looks first across any customer journey.",
    "version": "1.3.0",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/js.intercomcdn.com https:\/\/widget.intercom.io https:\/\/kit.fontawesome.com https:\/\/cdn.segment.com\/; style-src 'self' 'unsafe-inline' https:\/\/fonts.googleapis.com https:\/\/kit-pro.fontawesome.com; connect-src 'self' https:\/\/*.api.dragonflyai.co\/manage\/ https:\/\/api.dragonflyai.co\/manage\/ wss:\/\/nexus-websocket-a.intercom.io https:\/\/api-iam.intercom.io https:\/\/api.segment.io\/; script-src-elem 'self' 'unsafe-eval' 'unsafe-inline' https:\/\/cdn.segment.com\/ https:\/\/js.chargebee.com\/v2\/ https:\/\/widget.intercom.io\/widget\/ https:\/\/js.intercomcdn.com; style-src-elem 'self' 'unsafe-eval' 'unsafe-inline' https:\/\/js.chargebee.com\/v2\/ https:\/\/fonts.googleapis.com\/css2 https:\/\/js.intercomcdn.com\/; frame-src 'self' http:\/\/localhost:3000\/ https:\/\/*.id.dragonflyai.co\/ https:\/\/id.dragonflyai.co\/ https:\/\/dragonflyai.chargebee.com\/ https:\/\/js.chargebee.com\/; font-src 'self' data: https:\/\/js.intercomcdn.com https:\/\/kit.fontawesome.com https:\/\/kit-pro.fontawesome.com https:\/\/fonts.googleapis.com https:\/\/fonts.gstatic.com; img-src 'self' data: https:\/\/*.intercomcdn.com https:\/\/*.intercomassets.com https:\/\/*.cloudfront.net https:\/\/cb-invoice-logos-prod.s3.us-east-1.amazonaws.com; object-src 'self'",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": ".\/icons\/icon48.png"
    },
    "icons": {
        "16": ".\/icons\/icon16.png",
        "48": ".\/icons\/icon48.png",
        "128": ".\/icons\/icon128.png"
    },
    "permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "webNavigation",
        "activeTab",
        "storage",
        "tabCapture"
    ]
}