Perfecto Sample Session Tool
Takes high-res screenshot, run Accessibility report, or download a HAR file on specified page
什么是Perfecto Sample Session Tool?
Perfecto Sample Session Tool是由perfectoplugin开发的Chrome扩展程序,该扩展的主要功能是“Takes high-res screenshot, run Accessibility report, or download a HAR file on specified page”。
扩展截图
下载Perfecto Sample Session Tool扩展crx文件
下载Perfecto Sample Session Tool扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The Perfecto Session Tool uses the information already stored in the browser (cloud URL, authentication, session id, etc.) to run Appium commands with little to no configuration. 扩展基本信息
| 名称 | |
| ID | kaahoccgkcgbecneomiolciombockmnk |
| 官方URL | https://chromewebstore.google.com/detail/perfecto-sample-session-t/kaahoccgkcgbecneomiolciombockmnk |
| 简介 | Takes high-res screenshot, run Accessibility report, or download a HAR file on specified page |
| 文件大小 | 679 KB |
| 安装次数 | 51 |
| 当前版本 | 3.1 |
| 更新时间 | 2022-06-06 |
| 上架时间 | 2022-05-26 |
| 开发者 | perfectoplugin |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | https://www.perforce.com/privacy-policy |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Perfecto Sample Session Tool",
"description": "Takes high-res screenshot, run Accessibility report, or download a HAR file on specified page",
"version": "3.1",
"action": {
"default_popup": "popup.html",
"default_icon": {
"128": "icon128.png"
}
},
"icons": {
"128": "icon128.png"
},
"background": {
"service_worker": "background2.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.app.perfectomobile.com\/*"
],
"js": [
"content.js"
]
}
],
"content_security_policy": {
"extension_page": "script-src 'self' unsafe-eval object-src 'self'"
},
"host_permissions": [
" | |