Ensighten Developer Tools
Ensighten Utilities
什么是Ensighten Developer Tools?
Ensighten Developer Tools是由dev.ensighten.com开发的Chrome扩展程序,该扩展的主要功能是“Ensighten Utilities”。
扩展截图
下载Ensighten Developer Tools扩展crx文件
下载Ensighten Developer Tools扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The Ensighten Developer Tools extension adds functionality to modify content loaded from the Ensighten system on websites. Users are able to change which account is loaded on an existing page, remove Ensighten from pages, or add Ensighten to new pages on their local machine. As of 2021 this extension will also feature the Privacy Inspector feature that allows the user to inspect request and consent data linked to the Ensighten Privacy solution. It also saw the addition of the Privacy Audit feature which allows the user to audit any web page to check for client-side vulnerabilities. As of 2022 the server-side tagging explorer was added to allow the user to inspect their SST implementation and debug how tags are perfoming server-side in real-time.
扩展基本信息
名称 | Ensighten Developer Tools |
ID | pcpaogkiacmmehpclbomfdhknjmndgpf |
官方URL | https://chromewebstore.google.com/detail/ensighten-developer-tools/pcpaogkiacmmehpclbomfdhknjmndgpf |
简介 | Ensighten Utilities |
文件大小 | 1.72 MB |
安装次数 | 3,620 |
当前版本 | 5.1.4.4 |
更新时间 | 2023-06-08 |
上架时间 | 2019-02-19 |
评分 | 3.64/5 共14次评分 |
开发者 | dev.ensighten.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.ensighten.com |
帮助页面URL | https://help.ensighten.com/hc/en-us |
隐私政策页面URL | http://www.ensighten.com/privacy-policy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "background.html" }, "browser_action": { "default_title": "Ensighten Developer Tools", "default_popup": "popup.html" }, "description": "Ensighten Utilities", "icons": { "128": "images\/icon-128.png", "16": "images\/on-new-round.png", "48": "images\/icon-48.png" }, "manifest_version": 2, "name": "Ensighten Developer Tools", "options_page": "options.html", "permissions": [ "webRequest", "*:\/\/*\/", "webRequestBlocking", "tabs", "activeTab", "*:\/\/*.ensighten.com\/*", "webNavigation", "cookies", "*:\/\/*\/" ], "version": "5.1.4.4", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "web_accessible_resources": [ "\/js\/workerHelper.js" ] } |