Ensighten Developer Tools
Ensighten Utilities
Ensighten Developer Tools là gì?
Ensighten Developer Tools là một tiện ích mở rộng Chrome được phát triển bởi dev.ensighten.com, và tính năng chính của nó là "Ensighten Utilities".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Ensighten Developer Tools
Tải xuống các tệp mở rộng Ensighten Developer Tools dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Ensighten Developer Tools |
ID | pcpaogkiacmmehpclbomfdhknjmndgpf |
URL Chính Thức | https://chromewebstore.google.com/detail/ensighten-developer-tools/pcpaogkiacmmehpclbomfdhknjmndgpf |
Mô tả | Ensighten Utilities |
Kích Thước Tệp | 1.72 MB |
Số Lần Cài Đặt | 3,620 |
Phiên Bản Hiện Tại | 5.1.4.4 |
Cập Nhật Lần Cuối | 2023-06-08 |
Ngày Phát Hành | 2019-02-19 |
Đánh Giá | 3.64/5 Tổng số 14 Đánh Giá |
Nhà Phát Triển | dev.ensighten.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.ensighten.com |
URL Trang Trợ Giúp | https://help.ensighten.com/hc/en-us |
URL Trang Chính Sách Bảo Mật | http://www.ensighten.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |