Clueify - Data Driven Design

Get instant visual analysis of websites to perform conversion rate optimization or competitor analysis.

Clueify - Data Driven Design란 무엇입니까?

Clueify - Data Driven Design은(는) https://clueify.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get instant visual analysis of websites to perform conversion rate optimization or competitor analysis."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Clueify - Data Driven Design 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The Clueify AI provides actionable insights with 92% accuracy. Leave elaborate eye-tracking studies behind and get instant feedback.

- See which elements attract more attention than others
- Evaluate how clear and aesthetically pleasing the website design is
- Implement A/B testing in minutes
- Achieve a higher conversion rate                    

확장 프로그램 기본 정보

이름 Clueify - Data Driven Design Clueify - Data Driven Design
ID eppmcbmbefpgbfpealidcijkjhogdooc
공식 URL https://chromewebstore.google.com/detail/clueify-data-driven-desig/eppmcbmbefpgbfpealidcijkjhogdooc
설명 Get instant visual analysis of websites to perform conversion rate optimization or competitor analysis.
파일 크기 1.55 MB
설치 횟수 266
현재 버전 0.2.0
최근 업데이트 2023-09-15
출시 날짜 2021-09-16
평점 5.00/5 총 1 개의 평점
개발자 https://clueify.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.clueify.com
개인정보 보호 정책 페이지 URL https://www.clueify.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Clueify - Data Driven Design",
    "version": "0.2.0",
    "description": "Get instant visual analysis of websites to perform conversion rate optimization or competitor analysis.",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "images\/clueify-logo.png",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "images\/clueify-16.png",
        "32": "images\/clueify-32.png",
        "64": "images\/clueify-64.png",
        "128": "images\/clueify-128.png"
    },
    "permissions": [
        "storage",
        "scripting",
        "activeTab"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAi70B97XXSB652aEd7F4xivSiGecQFkwukibDgYFqQcOltzQ1ao4dZbVdH22gjLXzTkfc2eaKhAWFvbaYVtjhtc3lKPVRa2MmNKvPmWL7jmo47lBDX8euywZg3Ja6XnCk3f12v2bqdfQ\/DClh5ygtbvlgpUpv+4q0v7dtKkPgj2PMWFldXZalkbpSVd2CTQ2+\/EYyR\/XqfM+Y9dzPjywQv0sqlYoEqcsI7SzPyQ8A9cYTLlcmuyZMcYwRR9aWPnznHRC27qSsaKgl2yyIuROEMKBQdYC445WpxDJVyqFSV+fsP2fKoZjOB1oSL7UTvavfdkG+M7u8gvflu6UAcMKgnQIDAQAB",
    "manifest_version": 3,
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+S",
                "mac": "Command+Shift+S"
            }
        }
    }
}