Exponea Console

Browser extension used to help working with and debugging the Exponea SDK.

Hvad er Exponea Console?

Exponea Console er en Chrome-udvidelse udviklet af https://exponea.com, og dens hovedfunktion er "Browser extension used to help working with and debugging the Exponea SDK.".

Udvidelsesskærmbilleder

screenshot

Download Exponea Console-udvidelses-CRX-fil

Download Exponea Console-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        The extension adds a tab to the developer tools and serves as a user-friendly UI for the Exponea SDK. It is used for debugging and working with the SDK – the UI shows the current customer IDs and lists the commands made by the SDK, such as the events that are being tracked.                    

Grundlæggende oplysninger om udvidelsen

Navn Exponea Console Exponea Console
ID mmmbicaeeeimceemmbfpjajgodipoaik
Officiel URL https://chromewebstore.google.com/detail/exponea-console/mmmbicaeeeimceemmbfpjajgodipoaik
Beskrivelse Browser extension used to help working with and debugging the Exponea SDK.
Filstørrelse 1.8 MB
Antal Installationer 3,222
Nuværende Version 1.3.0
Senest Opdateret 2021-09-14
Udgivelsesdato 2021-07-20
Bedømmelse 4.83/5 Samlet 6 Bedømmelser
Udvikler https://exponea.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://docs.exponea.com/docs/exponea-console
Hjælpeside-URL https://exponea.com/contact
URL til Fortrolighedspolitik Side https://exponea.com/terms-of-service/privacy-policy.pdf
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Exponea Console",
    "homepage_url": "https:\/\/docs.exponea.com\/docs\/exponea-console",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "host_permissions": [
        ""
    ],
    "devtools_page": "devtools.html",
    "action": {
        "default_title": "Exponea Console",
        "default_icon": {
            "16": "icons\/16.png",
            "48": "icons\/48.png"
        }
    },
    "content_scripts": [
        {
            "js": [
                "js\/content-script.js"
            ],
            "run_at": "document_start",
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self'; style-src 'self' 'unsafe-inline'; connect-src https:\/\/api.exponea.com"
    },
    "version": "1.3.0",
    "description": "Browser extension used to help working with and debugging the Exponea SDK."
}