TruClient Lite for Chrome

An advanced technology for modern JavaScript based applications emulating user activity within a web browser

Hvad er TruClient Lite for Chrome?

TruClient Lite for Chrome er en Chrome-udvidelse udviklet af Micro Focus, og dens hovedfunktion er "An advanced technology for modern JavaScript based applications emulating user activity within a web browser".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download TruClient Lite for Chrome-udvidelses-CRX-fil

Download TruClient Lite for Chrome-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn TruClient Lite for Chrome TruClient Lite for Chrome
ID onkiafmnfodnfigdpdoaeafjogedfcpo
Officiel URL https://chrome.google.com/webstore/detail/truclient-lite-for-chrome/onkiafmnfodnfigdpdoaeafjogedfcpo
Beskrivelse An advanced technology for modern JavaScript based applications emulating user activity within a web browser
Filstørrelse 3.94 MB
Antal Installationer 180
Nuværende Version 12.62.715.0
Senest Opdateret 2019-03-10
Udgivelsesdato 2019-03-10
Bedømmelse 5.00/5 Samlet 17 Bedømmelser
Udvikler Micro Focus
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://admhelp.microfocus.com/tc/en/
Hjælpeside-URL https://admhelp.microfocus.com/tc/en/
URL til Fortrolighedspolitik Side https://www.microfocus.com/about/legal
Understøttede Sprog 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": [
                ""
            ],
            "exclude_matches": [
                "https:\/\/cdn.walkme.com\/*"
            ],
            "js": [
                "APIInjectionManager.js",
                "customPerFrameInjectionCode.js",
                "contentScriptForInjection.js",
                "injectAPI.js",
                "RRE\/content\/listeners\/InjectedDomListenerDist.js",
                "RRE\/content\/listeners\/InjectedDomListenerDist_Poly.js"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "match_about_blank": true
        },
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "https:\/\/cdn.walkme.com\/*"
            ],
            "js": [
                "globalUtilsChrome.js",
                "contentScriptBase.js",
                "RRE\/content\/DRRECommunication\/DRRECommunication.js",
                "RRE\/content\/DRRECommunication\/DRRECommunicationAgent.js",
                "RRE\/content\/DRRECommunication\/DRRECommunicationAgentSendSync.js",
                "RRE\/content\/listeners\/DomEventsListenersAgent.js"
            ],
            "all_frames": false,
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        "browsingData",
        "proxy",
        "debugger",
        "nativeMessaging",
        "storage",
        "unlimitedStorage",
        "clipboardRead",
        "clipboardWrite"
    ],
    "web_accessible_resources": [
        "RRE\/content\/TPS\/typo\/dictionaries\/en_US\/en_US.aff",
        "RRE\/content\/TPS\/typo\/dictionaries\/en_US\/en_US.dic",
        "injectAPI.js",
        "blocking.html",
        "aboutblank.html",
        "ScriptTemplate.zip",
        "\/RRE\/content\/infra\/infra_Agent.json",
        "\/RRE\/content\/infra\/infra_Main.json",
        "\/AddIns\/TC_Main.json",
        "\/AddIns\/TC_UI.json",
        "\/AddIns\/TC_Agent_Base.json",
        "\/AddIns\/TC_Standalone_Agent.json",
        "\/AddIns\/TC_Agent.json",
        "\/AddIns\/TC_Dist_HttpLog.json",
        "\/AddIns\/TC_Agent_Record.json",
        "\/AddIns\/Vugen_Interactive_Agent.json",
        "\/AddIns\/LR_Replay_Details_Agent.json",
        "\/AddIns\/LR_Load_Agent.json",
        "\/AddIns\/LR_Load_TCToWeb_Agent.json",
        "\/AddIns\/LR_Agent_Base.json",
        "\/AddIns\/TC_VTS_Agent.json",
        "\/RRE\/content\/settings\/settings_Main.json",
        "\/RRE\/content\/settings\/settings_Agent.json",
        "\/RRE\/content\/TPS\/TPS_Dist.json",
        "\/RRE\/content\/listeners\/listeners_Main.json",
        "\/RRE\/content\/listeners\/listeners_Agent.json",
        "\/RRE\/content\/DRRECommunication\/DRRECommunication.json",
        "\/RRE\/content\/commonTestObject\/common_TOBase.json",
        "\/RRE\/content\/commonTestObject\/common_TOExt.json",
        "\/RRE\/content\/model\/model_Dist_TO.json",
        "\/RRE\/content\/model\/model_Main.json",
        "\/RRE\/content\/model\/model_Agent.json",
        "\/RRE\/content\/l10n\/l10n.json",
        "\/RRE\/content\/commonIdent\/ident_Common.json",
        "\/RRE\/content\/webIdent\/ident_Dist.json",
        "\/RRE\/content\/webIdent\/ident_Descriptors.json",
        "\/RRE\/content\/jsapi\/jsapi_Main.json",
        "\/RRE\/content\/jsapi\/jsapi_Agent.json",
        "\/RRE\/content\/interactive\/interactive_Agent.json",
        "\/AddIns\/TC_Agent_UI.json",
        "\/AddIns\/TruClient_Standalone_Agent.json",
        "\/dat\/truclientweb_interact.xml",
        "\/dat\/truclientweb_rts_browser.xml",
        "\/dat\/truclientweb_run_time_settings.xml",
        "\/UI\/l10n\/TCStrings_de.json",
        "\/UI\/l10n\/TCStrings_en.json",
        "\/UI\/l10n\/TCStrings_es.json",
        "\/UI\/l10n\/TCStrings_fr.json",
        "\/UI\/l10n\/TCStrings_it.json",
        "\/UI\/l10n\/TCStrings_ja.json",
        "\/UI\/l10n\/TCStrings_ko.json",
        "\/UI\/l10n\/TCStrings_nl.json",
        "\/UI\/l10n\/TCStrings_pt-BR.json",
        "\/UI\/l10n\/TCStrings_ru.json",
        "\/UI\/l10n\/TCStrings_zh-CN.json",
        "\/UI\/WalkMe\/walkmeStartNavigate.js",
        "version.txt"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' chrome-extension-resource:\/\/ https:\/\/cdn.walkme.com https:\/\/playerserver.walkme.com; object-src 'self'",
    "chrome_url_overrides": {
        "newtab": "aboutblank.html"
    }
}