HCL OneTest™ UI - Functional Test
Enables HCL OneTest™ UI - Functional Test support for web applications
HCL OneTest™ UI - Functional Test란 무엇입니까?
HCL OneTest™ UI - Functional Test은(는) functional.tester.hcl에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enables HCL OneTest™ UI - Functional Test support for web applications"입니다.
확장 프로그램 스크린샷
HCL OneTest™ UI - Functional Test 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Supported in HCL OneTest UI 10.5.4 and earlier versions. Enables HCL OneTest™ UI support for web applications
확장 프로그램 기본 정보
이름 | HCL OneTest™ UI - Functional Test |
ID | lehjmneogjhhipgllpljinjicgoldekf |
공식 URL | https://chromewebstore.google.com/detail/hcl-onetest-ui-functional/lehjmneogjhhipgllpljinjicgoldekf |
설명 | Enables HCL OneTest™ UI - Functional Test support for web applications |
파일 크기 | 110 KB |
설치 횟수 | 75 |
현재 버전 | 10.5.4 |
최근 업데이트 | 2024-01-31 |
출시 날짜 | 2020-07-01 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | functional.tester.hcl |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.hcltech.com/software/onetest |
도움말 페이지 URL | https://hclonetest.hcldoc.com/ |
지원되는 언어 | de,en,fr,tr,es,it,hu,pl,pt-BR,cs,ru,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoCskM3aPZsfHLYsf+BBhK6tgsCIWsegkJE5Aq8clG1U8sTz+qexBgH7Cd8VuFEgz86CqmNVVyKU2qrBfHOE9DvpRD1K2GVj6xh+yrdeIW+K2tfBN4H7gdXEaqINzQm6XqmjhzJybxoIRyFATay4GDlYTKOHQ\/\/uDHlykH5buPPuIpmuC3VLrixJPePkqWzN8fa4A1JNFPM1DGc0eA7y9mYdgtN0WJvKVEIkihUaA+gWQCaUrZ6gIfGNgrIpqHUWnJ3yUEr9uu1MqJId3mn7SooZcrC2ZG6EvGHJoRiyR5JzLxwmqdVa7H67QqH6p55bt1AshSBw077eKvxNBV2I82QIDAQAB", "name": "__MSG_name__", "version": "10.5.4", "default_locale": "en", "description": "__MSG_description__", "icons": { "16": "images\/RFT_16.png", "48": "images\/RFT_48.png", "128": "images\/RFT_128.png" }, "action": { "default_icon": "images\/RFT.ico", "default_title": "__MSG_name__" }, "options_page": "Options.html", "background": { "service_worker": "background.js" }, "content_scripts": [ { "js": [ "native_cs.js" ], "all_frames": false, "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/*" ], "run_at": "document_idle" } ], "web_accessible_resources": [ { "resources": [ "jquery.js", "images\/busy.gif", "rftmain.js", "rftjsproxies.js" ], "matches": [ "*:\/\/*\/*" ] } ], "permissions": [ "nativeMessaging", "tabs", "scripting", "activeTab", "storage" ], "host_permissions": [ "*:\/\/*\/*", "http:\/\/localhost\/*\/", " |