Analytics Debug Panel

Analytics Debug Panel is an Open Source browser extension to inspect, search & filter analytics traffic in your Developer Console.

Analytics Debug Panel क्या है?

Analytics Debug Panel https://redvanworkshop.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Analytics Debug Panel is an Open Source browser extension to inspect, search & filter analytics traffic in your Developer Console."।

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

screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Analytics Debug Panel एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Red Van Workshop works with online retailers that have a variety of Analytic Providers for their differing business needs.  Working on new integrations and debugging existing ones is an integral part of our developer process.  We built this Browser Extension to help make that process easier.  We hope you will find it as useful as we do, and if you want to help make it better, we'd love to hear from you.

FEATURES:

• 100% Open Source
• Support for Chrome, Firefox & Opera
• Works with Adobe, Google & Facebook Analytics
• Copy Requests to Clipboard
• Light & Dark Themes                    

एक्सटेंशन की मूल जानकारी

नाम Analytics Debug Panel Analytics Debug Panel
ID poaajdjaghjhnampllfkclmepngmaekb
आधिकारिक URL https://chrome.google.com/webstore/detail/analytics-debug-panel/poaajdjaghjhnampllfkclmepngmaekb
विवरण Analytics Debug Panel is an Open Source browser extension to inspect, search & filter analytics traffic in your Developer Console.
फ़ाइल का आकार 710 KB
स्थापना संख्या 139
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2019-02-28
प्रकाशन तिथि 2019-02-23
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://redvanworkshop.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/redvanworkshop/analytics-debug-panel
सहायता पृष्ठ URL https://github.com/redvanworkshop/analytics-debug-panel/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Analytics Debug Panel",
    "version": "1.0.0",
    "description": "Analytics Debug Panel is an Open Source browser extension to inspect, search & filter analytics traffic in your Developer Console.",
    "author": "Peter Schmalfeldt",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "tabs",
        "webNavigation",
        "webRequest",
        "webRequestBlocking"
    ],
    "browser_action": {
        "default_icon": "icons\/128.png",
        "default_title": "Analytics Debugger"
    },
    "background": {
        "page": "pages\/background.html"
    },
    "devtools_page": "pages\/devtools.html",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "panel.html",
        "js\/vendor.js",
        "js\/manifest.js",
        "js\/browser-polyfill.js"
    ]
}