Opus Recorder 2.0

Document websites within chrome

什么是Opus Recorder 2.0?

Opus Recorder 2.0是由opuseps开发的Chrome扩展程序,该扩展的主要功能是“Document websites within chrome”。

扩展截图

screenshot

下载Opus Recorder 2.0扩展crx文件

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

扩展使用说明

                        Follow Me is a one-of-a-kind Walk-through that allows you to create, in minutes (not hours), an in-app overlay that walks your team carefully through your business processes!

With the Follow Me recorder, you can capture your web application process simply by clicking through your workflows.  Details of all actions taken and browser object interactions are captured in your resulting document automatically.

The Follow Me recorder is a tool used specifically with Epilogue's Opus software.  Access to Opus is required to use Follow Me.

For more information on Opus, go to epiloguesystems.com                    

扩展基本信息

名称 Opus Recorder 2.0 Opus Recorder 2.0
ID ncaklohihnpojbahjcfpikcnfnmpfgmb
官方URL https://chromewebstore.google.com/detail/opus-recorder-20/ncaklohihnpojbahjcfpikcnfnmpfgmb
简介 Document websites within chrome
文件大小 8.52 MB
安装次数 1,914
当前版本 2.37.0
更新时间 2024-02-19
上架时间 2022-10-21
开发者 opuseps
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://www.epiloguesystems.com/privacy-policy-2
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Opus Recorder 2.0",
    "description": "Document websites within chrome",
    "version": "2.37.0",
    "icons": {
        "16": "epilogue.png",
        "48": "epilogue.png",
        "64": "epilogue.png",
        "128": "epilogue.png"
    },
    "action": {
        "default_icon": {
            "16": "epilogue-offline.png",
            "48": "epilogue-offline.png",
            "64": "epilogue-offline.png",
            "128": "epilogue-offline.png"
        },
        "default_title": "Opus Recorder 2.0 - 2.37.0",
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "match_about_blank": true,
            "js": [
                "rule-engine.js",
                "uuid-service.js",
                "listeners.js",
                "step-service.js",
                "context-service.js",
                "selector-service.js",
                "indicator-service.js",
                "target-service.js"
            ],
            "all_frames": true,
            "css": [
                "content-script-styles.css"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "scripting",
        "unlimitedStorage",
        "management",
        "desktopCapture"
    ],
    "host_permissions": [
        "",
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/opuseps.com\/*",
            "https:\/\/*.dev-opuseps.com\/*",
            "https:\/\/dev-opuseps.com\/*",
            "https:\/\/*.qa-opuseps.com\/*",
            "https:\/\/qa-opuseps.com\/*",
            "https:\/\/followme-api.dev-opuseps.com:3000\/*",
            "https:\/\/*.test-opuseps.com\/*",
            "https:\/\/test-opuseps.com\/*",
            "https:\/\/*.opuseps.com\/*"
        ],
        "accept_tls_channel_id": true
    },
    "web_accessible_resources": [
        {
            "resources": [
                "index.html",
                "follow-me-player.html",
                "assets\/icons\/minus.svg",
                "extension\/follow-me.svg",
                "Images\/check-camera-fill.svg"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ]
}