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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | CustomFit.ai website A/B test & personalize |
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\/*" ] } } |