Wavingtest - Record & Play
Records a user session and generates code for automation and testing purposes for the Wavingtest project.
Wavingtest - Record & Play란 무엇입니까?
Wavingtest - Record & Play은(는) WavingTest에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Records a user session and generates code for automation and testing purposes for the Wavingtest project."입니다.
확장 프로그램 스크린샷
Wavingtest - Record & Play 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Crie cenários para os seus testes, registrando todo o passo a passo feito durante o processo. E possibilite a aplicação dos desses testes de forma automatizada e geração de códigos-fonte de testes correspondentes.
확장 프로그램 기본 정보
이름 | Wavingtest - Record & Play |
ID | kmhbbbicfefeadjeacdomjkkncmaflee |
공식 URL | https://chromewebstore.google.com/detail/wavingtest-record-play/kmhbbbicfefeadjeacdomjkkncmaflee |
설명 | Records a user session and generates code for automation and testing purposes for the Wavingtest project. |
파일 크기 | 5.05 MB |
설치 횟수 | 169 |
현재 버전 | 4.0.2 |
최근 업데이트 | 2024-02-27 |
출시 날짜 | 2022-03-23 |
평점 | 5.00/5 총 5 개의 평점 |
개발자 | WavingTest |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.wavingtest.com/ |
개인정보 보호 정책 페이지 URL | https://app.wavingtest.com/assets/privacyPolicy-42d61731.pdf |
지원되는 언어 | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Wavingtest - Record & Play", "short_name": "WT R&P", "version": "4.0.2", "description": "Records a user session and generates code for automation and testing purposes for the Wavingtest project.", "manifest_version": 3, "permissions": [ "activeTab", "storage", "tabs", "webNavigation", "scripting", "system.display", "contextMenus" ], "host_permissions": [ "http:\/\/*\/", "https:\/\/*\/" ], "icons": { "16": ".\/icon16.png", "32": ".\/icon32.png", "48": ".\/icon48.png", "128": ".\/icon128.png" }, "author": "Instituto Atl\u00e2ntico", "minimum_chrome_version": "93", "background": { "service_worker": ".\/background\/bg-loader.js" }, "action": { "default_icon": ".\/icon24.png", "default_popup": "index.html" }, "externally_connectable": { "matches": [ "*:\/\/localhost\/*", "*:\/\/app.wavingtest.com\/*", "*:\/\/app-dev.wavingtest.com\/*", "*:\/\/develop.wavingtest.com\/*", "*:\/\/staging.wavingtest.com\/*", "*:\/\/preview.wavingtest.com\/*" ] }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApLPIuzZN+YABSunZvu+7tD17S1pf+9P7b2CwwYY4tb2OCYrtaVbRQEl2A4cln3L8aztOcr+TzwrjDu\/+8xVz\/uN\/zDOx1R2NcPlR+fkp1WGxhWmtwX8MMIoNUrd8SE7Y0qkk5XbD1Rj4G5VvqoPg9U3tX40TdxcqrkVvQDAxWmpyPKGcjLXAIrX2DkAFI\/oMA\/Rkw5rmM6mkVvxW+dDda48h8\/JN54jS3F4W+MkRiffcp3gsFpMKfSzqa+kwiVCk3MH0XW0Ieb+Og+o7Y\/7xL1sbT3H5E6VlSH45cuvPaHkgLOedk1EN9rcRyZaTOxvv7Lm4dvGxd6XV\/wJuMC5HawIDAQAB" } |