Ensighten Developer Tools

Ensighten Utilities

Qu'est-ce que Ensighten Developer Tools ?

Ensighten Developer Tools est une extension Chrome développée par dev.ensighten.com, et sa fonction principale est "Ensighten Utilities".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Ensighten Developer Tools

Téléchargez les fichiers d'extension Ensighten Developer Tools au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Ensighten Developer Tools Ensighten Developer Tools
ID pcpaogkiacmmehpclbomfdhknjmndgpf
URL Officiel https://chromewebstore.google.com/detail/ensighten-developer-tools/pcpaogkiacmmehpclbomfdhknjmndgpf
Description Ensighten Utilities
Taille du Fichier 1.72 MB
Nombre d'Installations 3,620
Version Actuelle 5.1.4.4
Dernière Mise à Jour 2023-06-08
Date de Publication 2019-02-19
Évaluation 3.64/5 Total 14 Évaluations
Développeur dev.ensighten.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.ensighten.com
URL de la Page d'Aide https://help.ensighten.com/hc/en-us
URL de la Page de Politique de Confidentialité http://www.ensighten.com/privacy-policy
Langues Prises en Charge 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"
    ]
}