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
公式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
Eメール [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"
    ]
}