Ensighten Developer Tools

Ensighten Utilities

Ensighten Developer Tools क्या है?

Ensighten Developer Tools dev.ensighten.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Ensighten Utilities"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Ensighten Developer Tools एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}