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
公式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
Eメール [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."
}