Opus Recorder 2.0

Document websites within chrome

Apa itu Opus Recorder 2.0?

Opus Recorder 2.0 adalah ekstensi Chrome yang dikembangkan oleh opuseps, dan fitur utamanya adalah "Document websites within chrome".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Opus Recorder 2.0

Unduh file ekstensi Opus Recorder 2.0 dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Opus Recorder 2.0 Opus Recorder 2.0
ID ncaklohihnpojbahjcfpikcnfnmpfgmb
URL Resmi https://chromewebstore.google.com/detail/opus-recorder-20/ncaklohihnpojbahjcfpikcnfnmpfgmb
Deskripsi Document websites within chrome
Ukuran File 8.52 MB
Jumlah Instalasi 1,914
Versi Saat Ini 2.37.0
Terakhir Diperbarui 2024-02-19
Tanggal Publikasi 2022-10-21
Pengembang opuseps
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://www.epiloguesystems.com/privacy-policy-2
Bahasa yang Didukung 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:\/\/*\/*"
            ]
        }
    ]
}