Insights validator

Algolia Chrome extension to debug insights implementation

What is Insights validator?

Insights validator is a Chrome extension developed by insights-validator, and its main feature is "Algolia Chrome extension to debug insights implementation".

Extension Screenshots

screenshot
screenshot

Download Insights validator Extension CRX File

Download Insights validator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Seehttps://www.algolia.com/doc/guides/getting-insights-and-analytics/search-analytics/click-and-conversion-analytics/in-depth/validating-events/#insights-validator-chrome-extension                    

Extension Basic Information

Name Insights validator Insights validator
ID oedcdjekldlejeadaanbbmneokhcnicb
Official URL https://chromewebstore.google.com/detail/insights-validator/oedcdjekldlejeadaanbbmneokhcnicb
Description Algolia Chrome extension to debug insights implementation
File Size 538 KB
Installation Count 1,609
Current Version 0.0.10
Last Updated 2021-02-19
Publish Date 2020-01-16
Rating 2.33/5 Total 3 Ratings
Developer insights-validator
Email [email protected]
Payment Type free
Extension Website https://www.algolia.com/doc/guides/getting-insights-and-analytics/search-analytics/click-and-conversion-analytics/in-depth/validating-events/#insights-validator-chrome-extension
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.10",
    "manifest_version": 2,
    "name": "Insights validator",
    "description": "Algolia Chrome extension to debug insights implementation",
    "browser_action": {
        "default_title": "Insights validator",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "devtools_page": "devtools.html",
    "permissions": [
        "webRequest",
        ""
    ],
    "icons": {
        "24": "img\/logo.png",
        "128": "img\/logo.png"
    },
    "content_security_policy": "default-src 'self'; script-src 'self'; style-src * 'unsafe-inline'; img-src 'self' data:;"
}