Perfecto Sample Session Tool

Takes high-res screenshot, run Accessibility report, or download a HAR file on specified page

Perfecto Sample Session Tool là gì?

Perfecto Sample Session Tool là một tiện ích mở rộng Chrome được phát triển bởi perfectoplugin, và tính năng chính của nó là "Takes high-res screenshot, run Accessibility report, or download a HAR file on specified page".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Perfecto Sample Session Tool

Tải xuống các tệp mở rộng Perfecto Sample Session Tool dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Perfecto Sample Session Tool Perfecto Sample Session Tool
ID kaahoccgkcgbecneomiolciombockmnk
URL Chính Thức https://chromewebstore.google.com/detail/perfecto-sample-session-t/kaahoccgkcgbecneomiolciombockmnk
Mô tả Takes high-res screenshot, run Accessibility report, or download a HAR file on specified page
Kích Thước Tệp 679 KB
Số Lần Cài Đặt 51
Phiên Bản Hiện Tại 3.1
Cập Nhật Lần Cuối 2022-06-06
Ngày Phát Hành 2022-05-26
Nhà Phát Triển perfectoplugin
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.perforce.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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": [
        "",
        "https:\/\/*.app.perfectomobile.com\/*"
    ],
    "permissions": [
        "webRequest",
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/images\/ssIcon.png",
                "\/images\/adaImage.png",
                "\/images\/Har.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}