Opus Recorder 2.0

Document websites within chrome

Hvad er Opus Recorder 2.0?

Opus Recorder 2.0 er en Chrome-udvidelse udviklet af opuseps, og dens hovedfunktion er "Document websites within chrome".

Udvidelsesskærmbilleder

screenshot

Download Opus Recorder 2.0-udvidelses-CRX-fil

Download Opus Recorder 2.0-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Opus Recorder 2.0 Opus Recorder 2.0
ID ncaklohihnpojbahjcfpikcnfnmpfgmb
Officiel URL https://chromewebstore.google.com/detail/opus-recorder-20/ncaklohihnpojbahjcfpikcnfnmpfgmb
Beskrivelse Document websites within chrome
Filstørrelse 8.52 MB
Antal Installationer 1,914
Nuværende Version 2.37.0
Senest Opdateret 2024-02-19
Udgivelsesdato 2022-10-21
Udvikler opuseps
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://www.epiloguesystems.com/privacy-policy-2
Understøttede Sprog 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:\/\/*\/*"
            ]
        }
    ]
}