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 là gì?

CustomFit.ai website A/B test & personalize là một tiện ích mở rộng Chrome được phát triển bởi https://customfit.ai, và tính năng chính của nó là "No-code A/B testing & website personalization platform built for marketers to customize the website content for each visitor".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng CustomFit.ai website A/B test & personalize

Tải xuống các tệp mở rộng CustomFit.ai website A/B test & personalize dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên CustomFit.ai website A/B test & personalize CustomFit.ai website A/B test & personalize
ID ofhlnapgheofdhlliafiaalkefdpbcpl
URL Chính Thức https://chromewebstore.google.com/detail/customfitai-website-ab-te/ofhlnapgheofdhlliafiaalkefdpbcpl
Mô tả No-code A/B testing & website personalization platform built for marketers to customize the website content for each visitor
Kích Thước Tệp 6.07 MB
Số Lần Cài Đặt 259
Phiên Bản Hiện Tại 0.1.40
Cập Nhật Lần Cuối 2024-02-27
Ngày Phát Hành 2020-07-02
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://customfit.ai
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://customfit.ai
URL Trang Trợ Giúp https://customfit.ai/contact
URL Trang Chính Sách Bảo Mật https://customfit.ai/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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\/*"
        ]
    }
}