Contentsquare - CS Live

Contentsquare - CS Live

Contentsquare - CS Live là gì?

Contentsquare - CS Live là một tiện ích mở rộng Chrome được phát triển bởi https://contentsquare.com, và tính năng chính của nó là "Contentsquare - CS Live".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Contentsquare - CS Live

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

                        Contentsquare’s CS Live extension will allow you to display Contentsquare’s unique UX metrics directly on your website. For every zone on each page, you can seamlessly see metrics like click recurrence, hesitation time or engagement rate.                    

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

Tên Contentsquare - CS Live Contentsquare - CS Live
ID bfkjochdalcdahjnliojhpldoogkbglc
URL Chính Thức https://chromewebstore.google.com/detail/contentsquare-cs-live/bfkjochdalcdahjnliojhpldoogkbglc
Mô tả Contentsquare - CS Live
Kích Thước Tệp 8.07 MB
Số Lần Cài Đặt 28,392
Phiên Bản Hiện Tại 6.7.0
Cập Nhật Lần Cuối 2024-02-26
Ngày Phát Hành 2023-10-12
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển https://contentsquare.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://contentsquare.com/website-privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "6.7.0",
    "manifest_version": 3,
    "name": "Contentsquare - CS Live",
    "description": "Contentsquare - CS Live",
    "incognito": "split",
    "permissions": [
        "tabs",
        "storage",
        "background",
        "cookies",
        "scripting",
        "downloads",
        "declarativeNetRequest",
        "webNavigation",
        "offscreen",
        "webRequest"
    ],
    "host_permissions": [
        "*:\/\/*\/*",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*",
                ""
            ],
            "js": [
                "\/snapshot.js"
            ],
            "all_frames": true,
            "match_about_blank": true
        },
        {
            "matches": [
                "https:\/\/*.adobe.com\/*",
                "https:\/\/*.omniture.com\/*",
                "https:\/\/analytics.google.com\/*"
            ],
            "js": [
                "\/sr-matching-links.js"
            ],
            "css": [
                "matching-id-replay-link.css"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "service_worker": "\/background.js"
    },
    "devtools_page": "devtools\/pages\/devtools.html",
    "action": {
        "default_title": "Contentsquare - CS Live",
        "default_popup": "popup.html"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.vans.com\/en-us\/*",
            "*:\/\/*.contentsquare.com\/*",
            "*:\/\/*.qtcsq.net\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "tracking-tag.js",
                "tracking-iframe.html",
                "\/js\/*.js",
                "\/assets\/*.svg",
                "\/assets\/*.webp",
                "\/assets\/*.png",
                "\/assets\/*.gif",
                "\/assets\/fonts\/*.css",
                "\/assets\/fonts\/*.woff2",
                "**\/*.js",
                "**\/*.json",
                "*.js",
                "*.map",
                "*.css"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "icons": {
        "32": "\/assets\/production\/icon-32.png",
        "128": "\/assets\/production\/icon-128.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAheKdnd94CVRKGGUytHxF1hkswvHpoiGJpfAnWzrjWLQ0R7TFMNVbBnH8mJidPu44VNL+sSw6ThLaSgOQXK\/ooRpVoQ23L3nGGmXrYGA9LGAI8lQnL8HiREcJmtJDQOA\/FfI+J+TZBgP80\/c5stAa6NxL3QNdLQCBXPABa68J877kT1v1LInmUPCmGTerA3\/rSxt+tMNPrYjcvuMj00oW787OgUo4DSYiPNTEwtBsdYPCUIN1bMb6M+XmYPOMNVz9fE8mGR55plUBzITnCJJPzkk3MapmRJ11fH3s5X29ef\/iSx6PdstP0PT56ARo2I\/Dd9POMuB9a0SvZAH5ELeRfwIDAQAB"
}