Opkey Browser Extension

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

Cos'è Opkey Browser Extension?

Opkey Browser Extension è un'estensione di Chrome sviluppata da Smart Software Testing Solutions, e la sua funzione principale è "Enhance your test management, bug reporting, and issue tracking with Opkey’s new easy-to-use QLM Chrome extension.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Opkey Browser Extension

Scarica i file di estensione Opkey Browser Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Opkey Browser Extension Opkey Browser Extension
ID kjcdlmnkdkeegmfmdidkogmlinkbkfgo
URL Ufficiale https://chromewebstore.google.com/detail/opkey-browser-extension/kjcdlmnkdkeegmfmdidkogmlinkbkfgo
Descrizione Enhance your test management, bug reporting, and issue tracking with Opkey’s new easy-to-use QLM Chrome extension.
Dimensione del File 22.61 MB
Conteggio Installazioni 739
Versione Corrente 1.0.5.9
Ultimo Aggiornamento 2024-02-23
Data di Pubblicazione 2021-07-24
Valutazione 4.87/5 Totale 46 Valutazioni
Sviluppatore Smart Software Testing Solutions
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://opkey.com/
URL della Pagina di Aiuto https://opkey.com/
Lingue Supportate 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"
    ]
}