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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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."
}