Exponea Console

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

Qu'est-ce que Exponea Console ?

Exponea Console est une extension Chrome développée par https://exponea.com, et sa fonction principale est "Browser extension used to help working with and debugging the Exponea SDK.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Exponea Console

Téléchargez les fichiers d'extension Exponea Console au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Exponea Console Exponea Console
ID mmmbicaeeeimceemmbfpjajgodipoaik
URL Officiel https://chromewebstore.google.com/detail/exponea-console/mmmbicaeeeimceemmbfpjajgodipoaik
Description Browser extension used to help working with and debugging the Exponea SDK.
Taille du Fichier 1.8 MB
Nombre d'Installations 3,222
Version Actuelle 1.3.0
Dernière Mise à Jour 2021-09-14
Date de Publication 2021-07-20
Évaluation 4.83/5 Total 6 Évaluations
Développeur https://exponea.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://docs.exponea.com/docs/exponea-console
URL de la Page d'Aide https://exponea.com/contact
URL de la Page de Politique de Confidentialité https://exponea.com/terms-of-service/privacy-policy.pdf
Langues Prises en Charge 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."
}