Ensighten Developer Tools

Ensighten Utilities

什麼是Ensighten Developer Tools?

Ensighten Developer Tools是由dev.ensighten.com開發的Chrome擴展程式,該擴展的主要功能是“Ensighten Utilities”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載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 Ensighten Developer Tools
ID pcpaogkiacmmehpclbomfdhknjmndgpf
官方網址 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"
    ]
}