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 |
| 官方網址 | 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": [
" | |