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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Smart Software Testing Solutions และคุณลักษณะหลักของมันคือ "Enhance your test management, bug reporting, and issue tracking with Opkey’s new easy-to-use QLM Chrome extension."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Opkey Browser Extension

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}