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」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

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.                    

拡張機能の基本情報

名前 CustomFit.ai website A/B test & personalize 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
Eメール [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\/*"
        ]
    }
}