WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Bloomreach Engagement Inspector

Bloomreach Engagement Inspector

View on Chrome Web Store
View Bloomreach Engagement Inspector Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (1 ratings)
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Your friendly companion for monitoring and debugging Bloomreach analytics
Type
Extension
Users
17 users
2
Isekai NextGen
View author page of Isekai NextGen
Published
Published on November 4, 2025
Version 1.0.7
Manifest version
3
Updated
Updated on January 25, 2026
productivity/developer
Extension Category
View on Chrome Web Store
View Bloomreach Engagement Inspector Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extensionName__",
    "version": "1.0.7",
    "description": "__MSG_extensionDescription__",
    "permissions": [
        "scripting",
        "tabs",
        "storage",
        "clipboardWrite"
    ],
    "background": {
        "service_worker": "background\/background.js"
    },
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content\/content.js"
            ],
            "run_at": "document_start",
            "all_frames": false,
            "match_about_blank": false
        }
    ],
    "action": {
        "default_title": "__MSG_extensionName__",
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "icons\/icon-16.png",
            "32": "icons\/icon-32.png",
            "48": "icons\/icon-48.png",
            "128": "icons\/icon-128.png"
        }
    },
    "options_page": "options\/options.html",
    "devtools_page": "devtools\/devtools.html",
    "default_locale": "en",
    "web_accessible_resources": [
        {
            "resources": [
                "inject\/inject-main-world.js",
                "shared\/i18n.js"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "minimum_chrome_version": "88"
}
© 2026 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top