Sprinklr Tracking Chrome Extension

This is extension for improving productivity of developers. It's make easy to configure segment events.

Что такое Sprinklr Tracking Chrome Extension?

Sprinklr Tracking Chrome Extension - это расширение Chrome, разработанное extensions, и его основная функция - "This is extension for improving productivity of developers. It's make easy to configure segment events.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Sprinklr Tracking Chrome Extension

Скачайте файлы расширений Sprinklr Tracking Chrome Extension в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        This is extension for improving productivity of developers. It's make easy to configure segment events.                    

Основная информация о расширении

Название Sprinklr Tracking Chrome Extension Sprinklr Tracking Chrome Extension
ID edfjlhjenonlhpdonljcjcpmdbfhncbm
Официальный URL https://chromewebstore.google.com/detail/sprinklr-tracking-chrome/edfjlhjenonlhpdonljcjcpmdbfhncbm
Описание This is extension for improving productivity of developers. It's make easy to configure segment events.
Размер файла 165 KB
Количество установок 62
Текущая Версия 4.1
Последнее Обновление 2023-04-19
Дата публикации 2022-08-17
Разработчик extensions
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Sprinklr Tracking Chrome Extension",
    "version": "4.1",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.sprinklr.com\/*"
            ],
            "css": [
                "\/css\/root.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "128": "images\/sprinklr_logo.png"
    },
    "action": [],
    "web_accessible_resources": [
        {
            "resources": [
                "\/static\/css\/content.css",
                "\/static\/media\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "scripting",
        "activeTab",
        "declarativeContent",
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/*.sprinklr.com\/"
    ]
}