Uniform Context
Uniform Context personalization visualizer and debugger
Uniform Context란 무엇입니까?
Uniform Context은(는) chromex에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Uniform Context personalization visualizer and debugger"입니다.
확장 프로그램 스크린샷
Uniform Context 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 URL | 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": [ " |