CDP segment selector

Easily test your Experience Cloud personalisation scenarios.

什么是CDP segment selector?

CDP segment selector是由Dropsolid Platform开发的Chrome扩展程序,该扩展的主要功能是“Easily test your Experience Cloud personalisation scenarios.”。

扩展截图

screenshot

下载CDP segment selector扩展crx文件

下载CDP segment selector扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Extension that allows marketeers to select the active segments of their CDP projects in Dropsolid Platform.                    

扩展基本信息

名称 CDP segment selector CDP segment selector
ID bbdonaoapcgdfoidcbmkpcopcbnbmcad
官方URL https://chromewebstore.google.com/detail/cdp-segment-selector/bbdonaoapcgdfoidcbmkpcopcbnbmcad
简介 Easily test your Experience Cloud personalisation scenarios.
文件大小 20.76 KB
安装次数 75
当前版本 1.14.0
更新时间 2023-09-11
上架时间 2020-07-09
评分 5.00/5 共1次评分
开发者 Dropsolid Platform
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CDP segment selector",
    "description": "Easily test your Experience Cloud personalisation scenarios.",
    "version": "1.14.0",
    "permissions": [
        "tabs",
        "storage",
        "cookies",
        "identity",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "domain.js"
            ]
        }
    ],
    "action": {
        "default_title": "CDP segment selector",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/get_started16.png",
            "32": "images\/get_started32.png",
            "48": "images\/get_started48.png",
            "64": "images\/get_started64.png",
            "128": "images\/get_started128.png"
        }
    },
    "icons": {
        "16": "images\/get_started16.png",
        "32": "images\/get_started32.png",
        "48": "images\/get_started48.png",
        "64": "images\/get_started64.png",
        "128": "images\/get_started128.png"
    },
    "manifest_version": 3,
    "incognito": "split"
}