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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    ]
}