Dragonfly AI Extension

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

Dragonfly AI Extension란 무엇입니까?

Dragonfly AI Extension은(는) https://dragonflyai.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "See how design decisions influence where your audience looks first across any customer journey."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Dragonfly AI Extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}