Sprinklr Tracking Chrome Extension
This is extension for improving productivity of developers. It's make easy to configure segment events.
What is Sprinklr Tracking Chrome Extension?
Sprinklr Tracking Chrome Extension is a Chrome extension developed by extensions, and its main feature is "This is extension for improving productivity of developers. It's make easy to configure segment events.".
Extension Screenshots
Download Sprinklr Tracking Chrome Extension Extension CRX File
Download Sprinklr Tracking Chrome Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This is extension for improving productivity of developers. It's make easy to configure segment events.
Extension Basic Information
Name | Sprinklr Tracking Chrome Extension |
ID | edfjlhjenonlhpdonljcjcpmdbfhncbm |
Official URL | https://chromewebstore.google.com/detail/sprinklr-tracking-chrome/edfjlhjenonlhpdonljcjcpmdbfhncbm |
Description | This is extension for improving productivity of developers. It's make easy to configure segment events. |
File Size | 165 KB |
Installation Count | 62 |
Current Version | 4.1 |
Last Updated | 2023-04-19 |
Publish Date | 2022-08-17 |
Developer | extensions |
[email protected] | |
Payment Type | free |
Supported Languages | 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": [ " |