Web Journey Manager - Beta

Web Journey Manager - Beta

Web Journey Manager - Beta란 무엇입니까?

Web Journey Manager - Beta은(는) https://www.observepoint.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Web Journey Manager - Beta"입니다.

확장 프로그램 스크린샷

Web Journey Manager - Beta 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Web Journey Manager is a Chrome browser extension that you can use to build, and edit user journeys without any JavaScript knowledge (we build all the JS functions for you!). With Web Journey Manager, you can:

Interact with website exactly like your visitors would to test and monitor their most critical paths
See all Tags on a page loading in real-time and create rules for each specific action on the go
Import existing journeys and duplicate tests in a few clicks
Be alerted immediately if any critical path goes down
Reduce costs of deployment and provide higher and faster ROI                    

확장 프로그램 기본 정보

이름 Web Journey Manager - Beta Web Journey Manager - Beta
ID hfcojhcifphalkalpgpmmainpajbdabb
공식 URL https://chromewebstore.google.com/detail/web-journey-manager-beta/hfcojhcifphalkalpgpmmainpajbdabb
설명 Web Journey Manager - Beta
파일 크기 1 MB
설치 횟수 679
현재 버전 1.21.2
최근 업데이트 2021-12-16
출시 날짜 2020-05-11
평점 2.67/5 총 3 개의 평점
개발자 https://www.observepoint.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.observepoint.com/web-journey-manager/
개인정보 보호 정책 페이지 URL http://www.observepoint.com/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Web Journey Manager - Beta",
    "manifest_version": 2,
    "name": "Web Journey Manager - Beta",
    "version": "1.21.2",
    "homepage_url": "https:\/\/www.observepoint.com\/",
    "icons": {
        "48": "assets\/icons\/icons-48.png",
        "128": "assets\/icons\/icons-128.png"
    },
    "permissions": [
        "tabs",
        "webNavigation",
        "cookies",
        ""
    ],
    "content_security_policy": "script-src 'self' https:\/\/cdnjs.cloudflare.com 'unsafe-eval'; img-src 'self' * data: ; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "vendor\/atoms.js",
                "vendor\/utils.js",
                "vendor\/selenium-browserbot.js",
                "vendor\/escape.js",
                "vendor\/selenium-api.js",
                "vendor\/sizzle.js",
                "content.js"
            ],
            "match_about_blank": true,
            "all_frames": true
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "vendor\/browser-polyfill.js",
                "runScriptInjector.js"
            ],
            "match_about_blank": true,
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "assets\/icons\/icons-48.png",
        "default_title": "Web Journey Manager - Beta",
        "default_popup": "index.html"
    },
    "web_accessible_resources": [
        "page\/runScript.js"
    ]
}