Panaya Recorder for Web Applications

Enables Panaya Web Recorder for Chromium based browsers

What is Panaya Recorder for Web Applications?

Panaya Recorder for Web Applications is a Chrome extension developed by Panaya Inc., and its main feature is "Enables Panaya Web Recorder for Chromium based browsers".

Extension Screenshots

screenshot
screenshot

Download Panaya Recorder for Web Applications Extension CRX File

Download Panaya Recorder for Web Applications extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Panaya Recorder for Web Applications enables to capture user activities on  Chromium based browsers and accelerates the creation of:
- Test evidence
- Defect documentation
- Detailed test scripts

Panaya Recorder for Web Applications is delivered as part of Panaya Cloud Quality Suite.                    

Extension Basic Information

Name Panaya Recorder for Web Applications Panaya Recorder for Web Applications
ID kbgcmngfhjmmpkepmbcacbkmaeilfmno
Official URL https://chromewebstore.google.com/detail/panaya-recorder-for-web-a/kbgcmngfhjmmpkepmbcacbkmaeilfmno
Description Enables Panaya Web Recorder for Chromium based browsers
File Size 103 KB
Installation Count 20,000
Current Version 1.5.2
Last Updated 2023-06-18
Publish Date 2017-09-07
Rating 3.67/5 Total 6 Ratings
Developer Panaya Inc.
Email [email protected]
Payment Type free
Extension Website http://www.panaya.com/sap-projects/#UAT-Acceleration
Help Page URL http://success.panaya.com/
Privacy Policy Page URL http://www.panaya.com/panaya-privacy-2
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Panaya Recorder for Web Applications",
    "short_name": "Panaya WR",
    "version": "1.5.2",
    "manifest_version": 3,
    "description": "Enables Panaya Web Recorder for Chromium based browsers",
    "permissions": [
        "tabs",
        "nativeMessaging"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery-3.0.0.min.js",
                "js\/content_script.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    }
}