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文件

下载Web Journey Manager - Beta扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    ]
}