Exponea Experiments

Allows the user to preview Exponea Experiments on any page. Works for both Exponea and Exponea Smallbiz.

Exponea Experiments란 무엇입니까?

Exponea Experiments은(는) Exponea에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Allows the user to preview Exponea Experiments on any page. Works for both Exponea and Exponea Smallbiz."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Exponea Experiments 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This Chrome extension simplifies the use of Exponea experiments. With it you can preview the experiments on any website.                    

확장 프로그램 기본 정보

이름 Exponea Experiments Exponea Experiments
ID ckbeemdblbpmccbpggjolncfiooammbf
공식 URL https://chromewebstore.google.com/detail/exponea-experiments/ckbeemdblbpmccbpggjolncfiooammbf
설명 Allows the user to preview Exponea Experiments on any page. Works for both Exponea and Exponea Smallbiz.
파일 크기 25.99 KB
설치 횟수 437
현재 버전 0.6.1
최근 업데이트 2022-08-11
출시 날짜 2021-01-12
평점 5.00/5 총 1 개의 평점
개발자 Exponea
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://documentation.bloomreach.com/engagement/docs/experiments
도움말 페이지 URL https://exponea.com/company/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": 2,
    "name": "Exponea Experiments",
    "description": "Allows the user to preview Exponea Experiments on any page. Works for both Exponea and Exponea Smallbiz.",
    "version": "0.6.1",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png",
        "256": "icons\/icon256.png"
    },
    "permissions": [
        ""
    ],
    "browser_action": {
        "default_title": "Exponea Experiments",
        "default_popup": "build\/index.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "64": "icons\/icon64.png",
            "128": "icons\/icon128.png",
            "256": "icons\/icon256.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "build\/content.js"
            ]
        }
    ]
}