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.”。
擴展截圖
下載Clueify - Data Driven Design擴展crx文件
下載Clueify - Data Driven Design擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 擴展基本資訊
| 名稱 | |
| ID | eppmcbmbefpgbfpealidcijkjhogdooc |
| 官方網址 | 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"
}
}
}
} | |