Progress Telerik Test Studio Extension
Progress Telerik Test Studio extension enables recording and executions of web tests within web browser.
Progress Telerik Test Studio Extensionとは何ですか?
Progress Telerik Test Studio ExtensionはProgress Test Studioによって開発されたChromeの拡張機能で、その主な機能は「Progress Telerik Test Studio extension enables recording and executions of web tests within web browser.」です。
拡張機能のスクリーンショット
Progress Telerik Test Studio Extension拡張機能のCRXファイルをダウンロード
Progress Telerik Test Studio Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Progress Telerik Test Studio extension enables recording and executions of web tests within Chrome Web browser. The advanced recording options enable you to visually highlight an element, inspect the DOM and automatically generate verification.
拡張機能の基本情報
名前 | Progress Telerik Test Studio Extension |
ID | gegcllkonmciadpdldechnepmjildoan |
公式URL | https://chromewebstore.google.com/detail/progress-telerik-test-stu/gegcllkonmciadpdldechnepmjildoan |
説明 | Progress Telerik Test Studio extension enables recording and executions of web tests within web browser. |
ファイルサイズ | 126 KB |
インストール数 | 4,000 |
現在のバージョン | 2023.1.703.1 |
最終更新日 | 2023-07-04 |
公開日 | 2020-06-16 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Progress Test Studio |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://www.telerik.com/teststudio |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Progress Telerik Test Studio Extension", "version": "2023.1.703.1", "description": "Progress Telerik Test Studio extension enables recording and executions of web tests within web browser.", "background": { "scripts": [ "scripts\/background.js" ] }, "homepage_url": "http:\/\/www.telerik.com\/teststudio\/", "icons": { "16": "img\/16.png", "48": "img\/48.png", "128": "img\/128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "run_at": "document_end", "js": [ "scripts\/foreground.js" ] }, { "matches": [ "*:\/\/*\/*" ], "run_at": "document_start", "js": [ "scripts\/teststudio-interceptors-foreground.js" ] } ], "permissions": [ "browsingData", "storage", "tabs", "cookies", "history", "*:\/\/*\/*", "debugger" ], "web_accessible_resources": [ "img\/*.png", "scripts\/pageScript.js", "scripts\/teststudio.js", "scripts\/teststudio-interceptors.js", "scripts\/teststudio-webComponent-interceptor.js", "scripts\/communicationRecoverer.js", "scripts\/2017.3.1013.1\/pageScript.js", "scripts\/2017.3.1013.1\/teststudio.js", "scripts\/2021.1.114.1\/pageScript.js", "scripts\/2021.1.114.1\/teststudio.js" ], "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiQjT69\/fKv088JdKfb8kdakanYbVGxVUDxUKi4NWuu5b42rQ4wMkKq5hCuMFFMfVhLR1kUcntgG97Ni2+CMjh5snNUHJN3HGxsBF5sU6GXYf\/g9yit9\/mXseqGFpQw7j5XI\/IxBEyzb\/40FIc6PcQesMnU1Olj1pqQW+3TUQRM1HfYkVlW4G7xWyqiPP40lRErysFETJaKJ3Y9wct8dWWH3I0VdvXZYpzshZg3G\/ZT1QyMSnAFn+7NDv8mhkiWHNS6SLCawbTkGLp5Grskh7O2VA\/Chwr5VK\/5TSzCiReDt340d4wTJkpnXS2Xvp\/5JP48eWjzyeWNhIv+Bzx0BFIwIDAQAB", "browser_action": { "default_icon": "img\/48.png", "default_title": "Progress Telerik Test Studio Extension", "default_popup": "about_popup.html" }, "options_ui": { "page": "options.html", "open_in_tab": false } } |