Inspect and view changes in Opkey Browser Extension source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"author": "SSTS",
"manifest_version": 3,
"name": "Opkey Browser Extension",
"permissions": [
"http://*/*",
"https://*/*",
"desktopCapture",
"tabs",
"<all_urls>",
"contextMenus",
"notifications",
"system.display",
"tabCapture",
"offscreen",
"scripting",
"identity"
],
"host_permissions": [
"*://*/*",
"<all_urls>"
],
"externally_connectable": {
"matches": [
"*://localhost/*",
"*://*.stg.smartopkey.com/*",
"*://*.myopkey.com/*",
"*://*.smartopkey.com/*",
"*://*.lightning.force.com/*",
"*://*.opkeyone.com/*"
]
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"version": "1.1.2.5",
"background": {
"service_worker": "background.js"
},
"description": "Enhance your test management, bug reporting, and issue tracking with Opkey’s new easy-to-use QLM Browser extension.",
"icons": {
"16": "icons/addon128.png",
"32": "icons/addon128.png",
"48": "icons/addon128.png",
"128": "icons/addon128.png"
},
"action": {
"default_icon": {
"12": "icons/addon128.png",
"14": "icons/addon128.png",
"16": "icons/addon128.png",
"32": "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/addonexternalcommunicator.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",
"AutoFLGenerator/oraclefusion_autogenerator.js",
"AutoFLGenerator/workday_autogenerator.js",
"Obiq/assets/analytics/js/apps/commonerpapptracker.js",
"Obiq/assets/analytics/js/apps/genericapptracker.js",
"Obiq/assets/analytics/js/apps/oraclefusiontracker.js",
"Obiq/assets/analytics/js/apps/workdaytracker.js",
"Obiq/assets/analytics/js/mainapptracker.js",
"Obiq/assets/plugins/js/popper.js",
"Obiq/assets/plugins/js/tippy.js"
],
"css": [
"css/OpkeyHighlight.css",
"Obiq/assets/analytics/css/obiqdomhighlighter.css",
"css/toastify.css",
"Obiq/assets/plugins/css/intro.min.css"
],
"all_frames": true,
"run_at": "document_end"
}
],
"web_accessible_resources": [
{
"resources": [
"plugins/kendo/js/kendo.custom.min.js",
"ManualTcAndQLM/MainDocker.html",
"AutoFLGenerator/UI/autoflui.html",
"Login.html"
],
"matches": [
"<all_urls>"
]
},
{
"resources": [
"Obiq/assets/analytics/js/apps/tools/genericappinterceptor.js"
],
"matches": [
"<all_urls>"
]
},
{
"resources": [
"Obiq/assets/analytics/js/apps/tools/oracelfusionappinterceptor.js"
],
"matches": [
"<all_urls>"
]
},
{
"resources": [
"Obiq/assets/analytics/js/apps/tools/workdayappinterceptor.js"
],
"matches": [
"<all_urls>"
]
}
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}