Opkey Browser Extension

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

什么是Opkey Browser Extension?

Opkey Browser Extension是由Smart Software Testing Solutions开发的Chrome扩展程序,该扩展的主要功能是“Enhance your test management, bug reporting, and issue tracking with Opkey’s new easy-to-use QLM Chrome extension.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Opkey Browser Extension扩展crx文件

下载Opkey Browser Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Opkey Browser Extension Opkey Browser Extension
ID kjcdlmnkdkeegmfmdidkogmlinkbkfgo
官方URL https://chromewebstore.google.com/detail/opkey-browser-extension/kjcdlmnkdkeegmfmdidkogmlinkbkfgo
简介 Enhance your test management, bug reporting, and issue tracking with Opkey’s new easy-to-use QLM Chrome extension.
文件大小 22.61 MB
安装次数 739
当前版本 1.0.5.9
更新时间 2024-02-23
上架时间 2021-07-24
评分 4.87/5 共46次评分
开发者 Smart Software Testing Solutions
电子邮箱 [email protected]
付费类型 free
扩展官网 https://opkey.com/
帮助页面URL https://opkey.com/
支持的语言 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"
    ]
}