Exponea Console

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

什麼是Exponea Console?

Exponea Console是由https://exponea.com開發的Chrome擴展程式,該擴展的主要功能是“Browser extension used to help working with and debugging the Exponea SDK.”。

擴展截圖

screenshot

下載Exponea Console擴展crx文件

下載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
官方網址 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."
}