Zoho PageSense

A/B testing and Website Optimization from Zoho

Zoho PageSense là gì?

Zoho PageSense là một tiện ích mở rộng Chrome được phát triển bởi https://zoho.com, và tính năng chính của nó là "A/B testing and Website Optimization from Zoho".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Zoho PageSense

Tải xuống các tệp mở rộng Zoho PageSense 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

                        Zoho PageSense provides you a detailed, data-driven approach for understanding how each
visitor's interacts with your website. Our heatmap, funnel analysis and A/B testing features
make website optimization smart, simple and effective.

Use Zoho PageSense to empower your business with insights to achieve higher website
conversions, earn greater profits, and attain accelerated growth.

Our Chrome extension wraps the PageSense experience into a single button.

With it, you can easily:
● Create an experiment for any page behind login session
● Create variations of the active web page to A/B test
● Create heatmaps and view its reports on live pages
● View all the experiments the active web page is a part of
Start your 15-day free trial (no credit card required) with unlimited experiments!
Learn more about Zoho PageSense at https://www.zoho.com/pagesense/                    

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

Tên Zoho PageSense Zoho PageSense
ID bnblmfafhphijgdplnefciaffabgmboo
URL Chính Thức https://chromewebstore.google.com/detail/zoho-pagesense/bnblmfafhphijgdplnefciaffabgmboo
Mô tả A/B testing and Website Optimization from Zoho
Kích Thước Tệp 1.67 MB
Số Lần Cài Đặt 2,855
Phiên Bản Hiện Tại 2.0.5
Cập Nhật Lần Cuối 2024-01-04
Ngày Phát Hành 2020-03-28
Đánh Giá 4.00/5 Tổng số 8 Đánh Giá
Nhà Phát Triển https://zoho.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.zoho.com/privacy.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "manifest_version": 3,
    "name": "Zoho PageSense",
    "description": "A\/B testing and Website Optimization from Zoho",
    "version": "2.0.5",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'",
        "sandbox": "sandbox allow-scripts; script-src 'self' https:\/\/pagesense.zoho.eu https:\/\/pagesense.zoho.com https:\/\/pagesense.zoho.in https:\/\/pagesense.zoho.com.au https:\/\/pagesense.zoho.com.cn\/ https:\/\/pagesense.zoho.jp; object-src 'self'"
    },
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icons\/AppIcon16_16.png",
        "32": "icons\/AppIcon32_32.png",
        "48": "icons\/AppIcon48_48.png",
        "128": "icons\/AppIcon128_128.png"
    },
    "action": {
        "default_icon": {
            "16": "icons\/AppIcon16_16.png",
            "32": "icons\/AppIcon32_32.png"
        },
        "default_popup": "popup\/index.html"
    },
    "background": {
        "service_worker": "background-script.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content-script.js"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "injected-scripts\/script-loader.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "cookies",
        "activeTab",
        "webNavigation"
    ],
    "host_permissions": [
        "https:\/\/pagesense.zoho.com\/",
        "https:\/\/pagesense.zoho.eu\/",
        "https:\/\/pagesense.zoho.in\/",
        "https:\/\/pagesense.zoho.com.au\/",
        "https:\/\/pagesense.zoho.com.cn\/",
        "https:\/\/pagesense.zoho.jp\/"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/pagesense.zoho.com\/*",
            "https:\/\/pagesense.zoho.eu\/*",
            "https:\/\/pagesense.zoho.in\/*",
            "https:\/\/pagesense.zoho.com.au\/*",
            "https:\/\/pagesense.zoho.com.cn\/*",
            "https:\/\/pagesense.zoho.jp\/*",
            "https:\/\/marketingplus.zoho.com\/*",
            "https:\/\/marketingplus.zoho.eu\/*",
            "https:\/\/marketingplus.zoho.in\/*",
            "https:\/\/marketingplus.zoho.com.au\/*",
            "https:\/\/marketingplus.zoho.com.cn\/*",
            "https:\/\/marketingplus.zoho.jp\/*",
            "https:\/\/marketingplus.zohocloud.ca\/*",
            "https:\/\/crmplus.zoho.com\/*",
            "https:\/\/crmplus.zoho.eu\/*",
            "https:\/\/crmplus.zoho.in\/*",
            "https:\/\/crmplus.zoho.com.au\/*",
            "https:\/\/crmplus.zoho.com.cn\/*",
            "https:\/\/crmplus.zoho.jp\/*",
            "https:\/\/crmplus.zohocloud.ca\/*",
            "https:\/\/one.zoho.com\/*",
            "https:\/\/one.zoho.eu\/*",
            "https:\/\/one.zoho.in\/*",
            "https:\/\/one.zoho.com.au\/*",
            "https:\/\/one.zoho.com.cn\/*",
            "https:\/\/one.zoho.jp\/*",
            "https:\/\/one.zohocloud.ca\/*",
            "https:\/\/one.zoho.sa\/*"
        ]
    }
}