Opus Recorder 2.0

Document websites within chrome

ما هو Opus Recorder 2.0؟

Opus Recorder 2.0 هو إضافة Chrome تم تطويرها بواسطة opuseps، والميزة الرئيسية لها هي "Document websites within chrome".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Opus Recorder 2.0

قم بتنزيل ملفات الامتداد Opus Recorder 2.0 بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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:\/\/*\/*"
            ]
        }
    ]
}