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
Eメール [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:\/\/*\/*"
            ]
        }
    ]
}