Exponea Console

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

Τι είναι το Exponea Console;

Το Exponea Console είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://exponea.com, και η κύρια λειτουργία του είναι "Browser extension used to help working with and debugging the Exponea SDK.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Exponea Console

Λήψη αρχείων επέκτασης Exponea Console σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Exponea Console Exponea Console
ID mmmbicaeeeimceemmbfpjajgodipoaik
Επίσημο URL https://chromewebstore.google.com/detail/exponea-console/mmmbicaeeeimceemmbfpjajgodipoaik
Περιγραφή Browser extension used to help working with and debugging the Exponea SDK.
Μέγεθος Αρχείου 1.8 MB
Αριθμός Εγκαταστάσεων 3,222
Τρέχουσα Έκδοση 1.3.0
Τελευταία Ενημέρωση 2021-09-14
Ημερομηνία Δημοσίευσης 2021-07-20
Αξιολόγηση 4.83/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής https://exponea.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://docs.exponea.com/docs/exponea-console
Διεύθυνση URL της Σελίδας Βοήθειας https://exponea.com/contact
URL της Σελίδας Πολιτικής Απορρήτου https://exponea.com/terms-of-service/privacy-policy.pdf
Υποστηριζόμενες Γλώσσες 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."
}