Exponea Console

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

Exponea Console क्या है?

Exponea Console https://exponea.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Browser extension used to help working with and debugging the Exponea SDK."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Exponea Console एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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."
}