Opkey Browser Extension

Enhance your test management, bug reporting, and issue tracking with Opkey’s new easy-to-use QLM Chrome extension.

What is Opkey Browser Extension?

Opkey Browser Extension is a Chrome extension developed by Smart Software Testing Solutions, and its main feature is "Enhance your test management, bug reporting, and issue tracking with Opkey’s new easy-to-use QLM Chrome extension.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Opkey Browser Extension Extension CRX File

Download Opkey Browser Extension 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

                        This Chrome extension empowers you to seamlessly capture screenshots or recordings, generate tickets, report bugs, and even create and assign tasks to your team. Additionally, Opkey’s QLM Chrome extension has built-in support for manual test cases, providing a convenient way to access and execute your manual test cases in one place. Finally, you can record test cases, using our record and playback functionality, on various packaged applications and ERPs such as Oracle, Salesforce, and Workday. Never worry about missing a software release again.                    

Extension Basic Information

Name Opkey Browser Extension Opkey Browser Extension
ID kjcdlmnkdkeegmfmdidkogmlinkbkfgo
Official URL https://chromewebstore.google.com/detail/opkey-browser-extension/kjcdlmnkdkeegmfmdidkogmlinkbkfgo
Description Enhance your test management, bug reporting, and issue tracking with Opkey’s new easy-to-use QLM Chrome extension.
File Size 22.61 MB
Installation Count 739
Current Version 1.0.5.9
Last Updated 2024-02-23
Publish Date 2021-07-24
Rating 4.87/5 Total 46 Ratings
Developer Smart Software Testing Solutions
Email [email protected]
Payment Type free
Extension Website https://opkey.com/
Help Page URL https://opkey.com/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "SSTS",
    "manifest_version": 2,
    "name": "Opkey Browser Extension",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "desktopCapture",
        "tabs",
        "",
        "contextMenus",
        "notifications",
        "system.display",
        "tabCapture"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/*.stg.smartopkey.com\/*",
            "*:\/\/*.myopkey.com\/*",
            "*:\/\/*.smartopkey.com\/*",
            "*:\/\/*.lightning.force.com\/*",
            "*:\/\/*.opkeyone.com\/*"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "version": "1.0.5.9",
    "background": {
        "scripts": [
            "js\/jsonpath.js",
            "js\/jquery_min.js",
            "salesforce_configurator.js",
            "fix-webm-duration.js",
            "background.js"
        ],
        "persistent": true
    },
    "description": "Enhance your test management, bug reporting, and issue tracking with Opkey\u2019s new easy-to-use QLM Chrome extension.",
    "icons": {
        "16": "icons\/addon128.png",
        "32": "icons\/addon128.png",
        "48": "icons\/addon128.png",
        "128": "icons\/addon128.png"
    },
    "browser_action": {
        "default_icon": {
            "32": "icons\/addon128.png",
            "16": "icons\/addon128.png",
            "14": "icons\/addon128.png",
            "12": "icons\/addon128.png"
        },
        "default_title": "Opkey",
        "default_popup": "Login.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/recorder\/fjson.js",
                "js\/jquery_min.js",
                "js\/toastify.js",
                "js\/recorder\/salesforcemdai.js",
                "js\/recorder\/locatorBuilders.js",
                "js\/recorder\/state.js",
                "js\/recorder\/concat.js",
                "js\/recorder\/workday_recorder.js",
                "js\/recorder\/oraclefusion_recorder.js",
                "js\/recorder\/jde_recorder.js",
                "js\/recorder\/dynamics_recorder.js",
                "js\/recorder\/msdynamicsax_recorder.js",
                "js\/recorder\/peoplesoft_recorder.js",
                "js\/recorder\/sapfiori_recorder.js",
                "js\/recorder\/successfactor_recorder.js",
                "js\/recorder\/veevavault_recorder.js",
                "js\/recorder\/servicenow_recorder.js",
                "js\/recorder\/language_pack.js",
                "datasender.js",
                "plugins\/signalr\/jquery.signalR-2.2.2.min.js",
                "js\/recorder\/oraclebsjnlp.js",
                "js\/loadtestjs\/loadtestcs.js",
                "AutoFLGenerator\/oraclefusion_autogenerator.js"
            ],
            "css": [
                "css\/OpkeyHighlight.css",
                "css\/toastify.css"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "js\/loadtestjs\/requestinterceptor.js",
        "ManualTcAndQLM\/MainDocker.html",
        "AutoFLGenerator\/UI\/autoflui.html",
        "Login.html"
    ]
}