Uniform Context
Uniform Context personalization visualizer and debugger
What is Uniform Context?
Uniform Context is a Chrome extension developed by chromex, and its main feature is "Uniform Context personalization visualizer and debugger".
Extension Screenshots
Download Uniform Context Extension CRX File
Download Uniform Context 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
The Uniform Context extension allows you to visualize and manipulate personalization on sites that run Uniform Context or Uniform Optimize. With this extension you can view and manipulate visitor scores and quirks to test personalization scenarios in real time and view diagnostic logs to see exactly what Context is doing.
Extension Basic Information
Name | Uniform Context |
ID | dcmlokofjljnfjcknpmhjocogllfbhkg |
Official URL | https://chromewebstore.google.com/detail/uniform-context/dcmlokofjljnfjcknpmhjocogllfbhkg |
Description | Uniform Context personalization visualizer and debugger |
File Size | 585 KB |
Installation Count | 478 |
Current Version | 4.0.0 |
Last Updated | 2023-11-01 |
Publish Date | 2021-03-27 |
Rating | 5.00/5 Total 3 Ratings |
Developer | chromex |
[email protected] | |
Payment Type | free |
Extension Website | https://uniform.dev |
Help Page URL | https://docs.uniform.app/docs/guides/classification/context-devtools |
Privacy Policy Page URL | https://www.uniform.dev/privacy-policy |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Uniform Context", "version": "4.0.0", "description": "Uniform Context personalization visualizer and debugger", "permissions": [ "activeTab", "storage" ], "icons": { "16": "\/icons\/uniform-logo.png", "48": "\/icons\/uniform-logo.png", "128": "\/icons\/uniform-logo.png" }, "action": { "default_popup": "no-uniform.html", "default_title": "Uniform Context", "default_icon": { "16": "\/icons\/uniform-logo-gray.png", "48": "\/icons\/uniform-logo-gray.png", "128": "\/icons\/uniform-logo-gray.png" } }, "web_accessible_resources": [ { "resources": [ "\/icons\/uniform-logo-gray.png" ], "matches": [ "*:\/\/*\/*" ] }, { "resources": [ "\/icons\/uniform-logo.png" ], "matches": [ "*:\/\/*\/*" ] } ], "manifest_version": 3, "background": { "service_worker": "plugin\/background.js" }, "content_scripts": [ { "matches": [ " |