Ranorex Automation
Ranorex automation support.
Ranorex Automationคืออะไร?
Ranorex Automation เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ranorex และคุณลักษณะหลักของมันคือ "Ranorex automation support."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ranorex Automation
ดาวน์โหลดไฟล์ส่วนขยาย Ranorex Automation ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Requires installation of Ranorex desktop application (free 30-day trial available on Ranorex official website) which uses this extension to automate your web testing. Create, maintain and run automated tests. Find bugs more quickly and make testing more reliable. Automate tests - start functional test automation in teams that include both testers and developers. * Any Technology - Test Automation for Multiple Environments, Devices and Software Applications. Next to Google Chrome, Ranorex supports object recognition of any desktop, web or mobile software. * Reduce Test Automation Maintenance Ranorex's market leading GUI object recognition handles any kind of modern application, including dynamically built user interfaces. Combined with a powerful object mapping editor, you can significantly decrease test maintenance - this is especially important for agile teams. * Broad Acceptance. Multiple Teams, Different Skill Sets and Responsibilities Ranorex offers complete flexibility with script-free testing for non-programmers and a professional API for C# and VB.NET to enhance test suites and recordings. Set up and share reusable modules within your test team. * Seamless Integration - The Maximum of Flexibility Integrate Ranorex into any development or testing process. Trigger single test cases or a complete suite of tests from continuous integration systems or any test management tool. * Low Entry Barrier + Reasonable Price = Quick ROI! Ranorex is both easy to use and affordable - even for small testing teams. In contrast to other commercial tools, you only need one license to get all the tools and cover all of the technologies and platforms.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Ranorex Automation |
ID | egdlgaljianpgdlmfijpphbadibfncdm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/ranorex-automation/egdlgaljianpgdlmfijpphbadibfncdm |
คำอธิบาย | Ranorex automation support. |
ขนาดไฟล์ | 37.23 KB |
จำนวนการติดตั้ง | 26,588 |
เวอร์ชันปัจจุบัน | 1.3.1 |
อัปเดตครั้งล่าสุด | 2023-08-04 |
วันที่เผยแพร่ | 2019-10-16 |
คะแนน | 3.34/5 รวมทั้งหมด 58 คะแนน |
ผู้พัฒนา | Ranorex |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.ranorex.com |
URL หน้านโยบายความเป็นส่วนตัว | https://www.ranorex.com/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ranorex Automation", "version": "1.3.1", "manifest_version": 2, "description": "Ranorex automation support.", "background": { "page": "background.html", "persistent": false }, "icons": { "16": "icon.png", "48": "icon48.png", "32": "icon32.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon.png" }, "permissions": [ "background", "nativeMessaging", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "content_scripts": [ { "all_frames": true, "matches": [ " |