Uniform Context
Uniform Context personalization visualizer and debugger
什麼是Uniform Context?
Uniform Context是由chromex開發的Chrome擴展程式,該擴展的主要功能是“Uniform Context personalization visualizer and debugger”。
擴展截圖
下載Uniform Context擴展crx文件
下載Uniform Context擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Uniform Context |
ID | dcmlokofjljnfjcknpmhjocogllfbhkg |
官方網址 | https://chromewebstore.google.com/detail/uniform-context/dcmlokofjljnfjcknpmhjocogllfbhkg |
簡介 | Uniform Context personalization visualizer and debugger |
檔案大小 | 585 KB |
安裝次數 | 478 |
目前版本 | 4.0.0 |
更新時間 | 2023-11-01 |
上架時間 | 2021-03-27 |
評分 | 5.00/5 共 3 次評分 |
開發者 | chromex |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://uniform.dev |
說明頁面URL | https://docs.uniform.app/docs/guides/classification/context-devtools |
隱私政策頁面URL | https://www.uniform.dev/privacy-policy |
支援的語言 | 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": [ " |