TruClient Lite for Chrome
An advanced technology for modern JavaScript based applications emulating user activity within a web browser
TruClient Lite for Chromeคืออะไร?
TruClient Lite for Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Micro Focus และคุณลักษณะหลักของมันคือ "An advanced technology for modern JavaScript based applications emulating user activity within a web browser"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TruClient Lite for Chrome
ดาวน์โหลดไฟล์ส่วนขยาย TruClient Lite for Chrome ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Important: TruClient Lite will be discontinued and this version is planned as the final TruClient Lite release. TruClient Lite 12.62 will still be available in the Chrome Web Store for a period of time, but will be removed in the future. We recommend that you use TruClient Standalone (https://admhelp.microfocus.com/tc/en/12.60-12.62/Content/TruClient/editions/editions_standalone.htm) version instead, available also in Micro Focus Marketplace. In addition, you can use TruClient as part of VuGen. TruClient Lite is a tool for creating test scripts with your Chrome browser that can then be used in load testing web applications. TruClient records your actions as you navigate through your business process and creates a script from your actions. The script can be enhanced with timing steps, by parameterizing step arguments, and in other ways. Install and run TruClient Lite on a dedicated Chrome profile. This helps separate Chrome for daily use from Chrome for testing. To create a dedicated profile for TruClient Lite for Chrome: Windows OS: 1. Create a new Chrome short-cut. 2. Right-click the short-cut, and select Properties. In the Target field, add the following command line arguments: --user-data-dir="" --extensions-on-chrome-urls --silent-debugger-extension-api --disable-web-security --no-first-run --disable-features=IsolateOrigins,site-per-process where the is a folder in your machine. Example: --user-data-dir="C:\TCLiteChromeProfile" --extensions-on-chrome-urls --silent-debugger-extension-api --disable-web-security --no-first-run --disable-features=IsolateOrigins,site-per-process 3. Double click the short-cut to launch Chrome and install the TruClient Lite for Chrome extension. Mac OS: 1. Open terminate, execute following command line, input root user password when asked. sudo mkdir -p -m '+rwx' /Users/$USER/Applications/TCLiteChrome.app/Contents/MacOS/; cd /Users/$USER/Applications/TCLiteChrome.app/Contents/MacOS/; echo '#!/bin/bash' >> TCLiteChrome; echo "open /Applications/Google\ Chrome.app --args --user-data-dir='/Users/$USER/TCLiteChromeProfile' --profile-directory='/Users/$USER/TCLiteChromeProfile' --extensions-on-chrome-urls --silent-debugger-extension-api --no-first-run --disable-web-security --disable-features=IsolateOrigins,site-per-process" >> TCLiteChrome; chmod 755 TCLiteChrome; cd /Users/$USER/Applications/; chmod 755 TCLiteChrome.app; osascript -e 'tell application "Finder" to make alias file to POSIX file "/Users/'$USER'/Applications/TCLiteChrome.app" at POSIX file "/Users/'$USER'/Desktop"'; 2. Double click the TCLiteChrome alias created on desktop to launch Chrome and install the TruClient Lite for Chrome extension.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | onkiafmnfodnfigdpdoaeafjogedfcpo |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/truclient-lite-for-chrome/onkiafmnfodnfigdpdoaeafjogedfcpo |
คำอธิบาย | An advanced technology for modern JavaScript based applications emulating user activity within a web browser |
ขนาดไฟล์ | 3.94 MB |
จำนวนการติดตั้ง | 180 |
เวอร์ชันปัจจุบัน | 12.62.715.0 |
อัปเดตครั้งล่าสุด | 2019-03-10 |
วันที่เผยแพร่ | 2019-03-10 |
คะแนน | 5.00/5 รวมทั้งหมด 17 คะแนน |
ผู้พัฒนา | Micro Focus |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://admhelp.microfocus.com/tc/en/ |
URL หน้าช่วยเหลือ | https://admhelp.microfocus.com/tc/en/ |
URL หน้านโยบายความเป็นส่วนตัว | https://www.microfocus.com/about/legal |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TruClient Lite for Chrome", "short_name": "TruClient Lite", "description": "An advanced technology for modern JavaScript based applications emulating user activity within a web browser", "icons": { "16": "tc_icon_16.png", "48": "tc_icon_48.png", "128": "tc_icon_128.png" }, "version": "12.62.715.0", "manifest_version": 2, "browser_action": { "default_icon": { "19": "tc_icon_19.png", "38": "tc_icon_38.png" }, "default_popup": "UI\/BrowserActionPopup\/browserActionPopup.html" }, "background": { "persistent": true, "scripts": [ "RRE\/content\/TPS\/async.js", "globalUtilsChrome.js", "globalUtilsMain.js", "InstallConfirm.js", "DebuggerBridge.js", "DebuggerBridge_Poly.js", "RRE\/content\/infra\/Utils.js", "RRE\/content\/infra\/AmbianceDist.js", "RRE\/content\/infra\/AmbianceMain.js", "RRE\/content\/infra\/ExtServerSettings_poly.js", "RRE\/content\/infra\/ExtServerCommunicatorDist.js", "RRE\/content\/infra\/ExtServerCommunicatorMain.js", "ExtensionFileCache.js", "ExtensionFileCacheLite.js", "commandLineHandler.js", "background.js", "jszip.js", "localforage.js", "underscore.js", "config-ini.js" ] }, "content_scripts": [ { "matches": [ " |