Web Journey Manager - Beta

Web Journey Manager - Beta

Web Journey Manager - Beta là gì?

Web Journey Manager - Beta là một tiện ích mở rộng Chrome được phát triển bởi https://www.observepoint.com, và tính năng chính của nó là "Web Journey Manager - Beta".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

Tải xuống tệp CRX của tiện ích mở rộng Web Journey Manager - Beta

Tải xuống các tệp mở rộng Web Journey Manager - Beta dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Web Journey Manager - Beta Web Journey Manager - Beta
ID hfcojhcifphalkalpgpmmainpajbdabb
URL Chính Thức https://chromewebstore.google.com/detail/web-journey-manager-beta/hfcojhcifphalkalpgpmmainpajbdabb
Mô tả Web Journey Manager - Beta
Kích Thước Tệp 1 MB
Số Lần Cài Đặt 679
Phiên Bản Hiện Tại 1.21.2
Cập Nhật Lần Cuối 2021-12-16
Ngày Phát Hành 2020-05-11
Đánh Giá 2.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://www.observepoint.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.observepoint.com/web-journey-manager/
URL Trang Chính Sách Bảo Mật http://www.observepoint.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}