Opkey Browser Extension

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

Qu'est-ce que Opkey Browser Extension ?

Opkey Browser Extension est une extension Chrome développée par Smart Software Testing Solutions, et sa fonction principale est "Enhance your test management, bug reporting, and issue tracking with Opkey’s new easy-to-use QLM Chrome extension.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Opkey Browser Extension

Téléchargez les fichiers d'extension Opkey Browser Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Opkey Browser Extension Opkey Browser Extension
ID kjcdlmnkdkeegmfmdidkogmlinkbkfgo
URL Officiel 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.
Taille du Fichier 22.61 MB
Nombre d'Installations 739
Version Actuelle 1.0.5.9
Dernière Mise à Jour 2024-02-23
Date de Publication 2021-07-24
Évaluation 4.87/5 Total 46 Évaluations
Développeur Smart Software Testing Solutions
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://opkey.com/
URL de la Page d'Aide https://opkey.com/
Langues Prises en Charge 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"
    ]
}