Opkey Recorder

Opkey Recorder is a smart record engine which allow users to record steps on any Web Application including Salesforce and Workday.

Opkey Recorderคืออะไร?

Opkey Recorder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://myopkey.com และคุณลักษณะหลักของมันคือ "Opkey Recorder is a smart record engine which allow users to record steps on any Web Application including Salesforce and Workday."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Opkey Recorder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Start Opkey Recorder using following steps:-

1) Install this extension in Chrome browser and launch it.
2) Provide valid domain (https://yourdomain.myopkey.com) and user credentials to login to Opkey
3) Select the Project.
4) Select/Create the test case/function library and object repository
5) Start Recording                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Opkey Recorder Opkey Recorder
ID clifagiomgefeicpcnjjahbbkhimidjg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/opkey-recorder/clifagiomgefeicpcnjjahbbkhimidjg
คำอธิบาย Opkey Recorder is a smart record engine which allow users to record steps on any Web Application including Salesforce and Workday.
ขนาดไฟล์ 1.86 MB
จำนวนการติดตั้ง 311
เวอร์ชันปัจจุบัน 2.0.6.0
อัปเดตครั้งล่าสุด 2024-02-21
วันที่เผยแพร่ 2020-03-22
คะแนน 4.64/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา https://myopkey.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://opkey.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "SSTS",
    "manifest_version": 2,
    "name": "Opkey Recorder",
    "permissions": [
        "desktopCapture",
        "tabs",
        "",
        "contextMenus"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/*.myopkey.com\/*",
            "*:\/\/*.smartopkey.com\/*",
            "*:\/\/*.lightning.force.com\/*"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' 'unsafe-inline'; object-src 'self'",
    "version": "2.0.6.0",
    "background": {
        "scripts": [
            "js\/jsonpath.js",
            "js\/jquery_min.js",
            "salesforce_configurator.js",
            "background.js"
        ],
        "persistent": true
    },
    "description": "Opkey Recorder is a smart record engine which allow users to record steps on any Web Application including Salesforce and Workday.",
    "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"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/recorder\/fjson.js",
                "js\/jquery_min.js",
                "js\/toastify.js",
                "js\/recorder\/HTML2CANVAS.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\/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\/language_pack.js",
                "datasender.js",
                "docker\/docker.js",
                "js\/recorder\/oraclebsjnlp.js",
                "js\/recorder\/shadowInject.js"
            ],
            "css": [
                "css\/OpkeyHighlight.css",
                "css\/toastify.css"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "js\/recorder\/shadowdom_recorder.js",
        "css\/OpkeyHighlight.css"
    ]
}