CustomFit.ai website A/B test & personalize
No-code A/B testing & website personalization platform built for marketers to customize the website content for each visitor
什么是CustomFit.ai website A/B test & personalize?
CustomFit.ai website A/B test & personalize是由https://customfit.ai开发的Chrome扩展程序,该扩展的主要功能是“No-code A/B testing & website personalization platform built for marketers to customize the website content for each visitor”。
扩展截图
下载CustomFit.ai website A/B test & personalize扩展crx文件
下载CustomFit.ai website A/B test & personalize扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
CustomFit.ai, an easy-to-use A/B testing & Website Personalization platorm built for marketers. Effortlessly personalize your website, landing pages, popups, and dynamic content blocks for each visitor without changing the code. A/B test different versions of your website to determine what drives sales. Increase revenue and upsell more effectively with CustomFit.ai.
It's a better alternative to Google Optimize.
Features:
Easy to use No code visual editor to personalize product pages & landing pages
Powerful website personalization engine with A/B testing & multivariate testing
Deep insights and analytics data to understand your visitors and their behaviors
Faster performance & Flicker free experience
Privacy Compliant & Secured - SOC II Type II & ISO 27001 certified platform
SEO friendly platform. 扩展基本信息
| 名称 | |
| ID | ofhlnapgheofdhlliafiaalkefdpbcpl |
| 官方URL | https://chromewebstore.google.com/detail/customfitai-website-ab-te/ofhlnapgheofdhlliafiaalkefdpbcpl |
| 简介 | No-code A/B testing & website personalization platform built for marketers to customize the website content for each visitor |
| 文件大小 | 6.07 MB |
| 安装次数 | 259 |
| 当前版本 | 0.1.40 |
| 更新时间 | 2024-02-27 |
| 上架时间 | 2020-07-02 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | https://customfit.ai |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://customfit.ai |
| 帮助页面URL | https://customfit.ai/contact |
| 隐私政策页面URL | https://customfit.ai/privacy-policy |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"persistent": true,
"scripts": [
"customfit.js",
"contextmenu\/launcher.js"
]
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"contentScript.js"
],
"css": [
"css\/font-awesome.min.css"
],
"all_frames": true
}
],
"browser_action": {
"default_popup": "popup.html",
"default_icon": {
"128": "icons\/cf128.ico"
}
},
"description": "No-code A\/B testing & website personalization platform built for marketers to customize the website content for each visitor",
"icons": {
"16": "icons\/cf16.ico",
"32": "icons\/cf32.ico",
"48": "icons\/cf48.ico",
"64": "icons\/cf64.ico",
"128": "icons\/cf128.ico"
},
"manifest_version": 2,
"name": "CustomFit.ai website A\/B test & personalize",
"content_security_policy": "script-src 'self' https:\/\/dashboard.customfit.ai\/* http:\/\/localhost:4200; object-src 'self'",
"permissions": [
"webRequest",
"webRequestBlocking",
"activeTab",
"contextMenus",
"storage",
"http:\/\/*\/",
"https:\/\/*\/"
],
"version": "0.1.40",
"homepage_url": "https:\/\/customfit.ai",
"web_accessible_resources": [
"tuts\/*",
"fonts\/*"
],
"externally_connectable": {
"matches": [
"*:\/\/localhost\/*",
"*:\/\/customfit.ai\/*",
"*:\/\/test.customfit.ai\/*",
"*:\/\/dashboard.customfit.ai\/*",
"*:\/\/*.customfit.ai\/*"
]
}
} | |